The Lambda Lab
/
projects
/
scheme.forth.jl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ed0aaed
)
Replaced full library.
author
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 1 Aug 2018 14:45:04 +0000
(16:45 +0200)
committer
Tim Vaughan
<tgvaughan@gmail.com>
Wed, 1 Aug 2018 14:45:04 +0000
(16:45 +0200)
src/scheme-library.scm
patch
|
blob
|
history
diff --git
a/src/scheme-library.scm
b/src/scheme-library.scm
index
e462a00
..
3717f01
100644
(file)
--- a/
src/scheme-library.scm
+++ b/
src/scheme-library.scm
@@
-4,10
+4,10
@@
(load "scheme-library-1-essential.scm")
(load "scheme-library-2-derived-forms.scm")
-
;
(load "scheme-library-3-functional.scm")
-
;
(load "scheme-library-4-numbers.scm")
-
;
(load "scheme-library-5-lists.scm")
-
;
(load "scheme-library-6-testing.scm")
+(load "scheme-library-3-functional.scm")
+(load "scheme-library-4-numbers.scm")
+(load "scheme-library-5-lists.scm")
+(load "scheme-library-6-testing.scm")
;; MISC