about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorCase Duckworth2023-08-09 21:45:42 -0500
committerCase Duckworth2023-08-09 21:45:42 -0500
commitf60e38294fa698a30c278e5b4ef1e2890aee5b4f (patch)
tree93d6bbc33b0c034df732e6271604931310fb19ce
parentAdd unsupported bit (diff)
downloadchicanery-f60e38294fa698a30c278e5b4ef1e2890aee5b4f.tar.gz
chicanery-f60e38294fa698a30c278e5b4ef1e2890aee5b4f.zip
Correct imports
-rw-r--r--chicanery.sld3
1 files changed, 0 insertions, 3 deletions
diff --git a/chicanery.sld b/chicanery.sld index 5c882d3..7835e80 100644 --- a/chicanery.sld +++ b/chicanery.sld
@@ -10,8 +10,6 @@
10 10
11(define-library (chicanery) 11(define-library (chicanery)
12 ;; All the scheme stuff in one place 12 ;; All the scheme stuff in one place
13 (import (except (scheme base)
14 map for-each append))
15 (import (rename (scheme base) 13 (import (rename (scheme base)
16 (map scheme/map) 14 (map scheme/map)
17 (for-each scheme/for-each) 15 (for-each scheme/for-each)
@@ -105,7 +103,6 @@
105 numerator 103 numerator
106 do 104 do
107 dynamic-wind 105 dynamic-wind
108
109 eof-object 106 eof-object
110 eof-object? 107 eof-object?
111 eq? 108 eq?