Skip to content

Commit

Permalink
Rename runtime module
Browse files Browse the repository at this point in the history
  • Loading branch information
anttih committed Dec 14, 2023
1 parent 9b26547 commit 6c7d0e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Data/Traversable.ss
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
(library (Data.Traversable foreign)
(export traverseArrayImpl)
(import (only (rnrs base) define lambda cons quote)
(prefix (purs runtime lib) rt:)
(prefix (purs runtime) rt:)
(prefix (purs runtime srfi :214) srfi:214:))

(define kons
Expand Down

0 comments on commit 6c7d0e5

Please sign in to comment.