diff options
Diffstat (limited to 'chicanery.scm')
-rw-r--r-- | chicanery.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chicanery.scm b/chicanery.scm index a46cd91..12f5ab3 100644 --- a/chicanery.scm +++ b/chicanery.scm | |||
@@ -19,7 +19,7 @@ | |||
19 | (import (scheme repl)) | 19 | (import (scheme repl)) |
20 | (import (scheme time)) | 20 | (import (scheme time)) |
21 | (import (scheme write)) | 21 | (import (scheme write)) |
22 | (import (utf8)) | 22 | (import utf8) |
23 | (export * + - / <= < >= = > abs and append apply assoc assq assv begin | 23 | (export * + - / <= < >= = > abs and append apply assoc assq assv begin |
24 | binary-port? boolean? boolean=? bytevector bytevector-append | 24 | binary-port? boolean? boolean=? bytevector bytevector-append |
25 | bytevector-copy bytevector-copy! bytevector-length bytevector-u8-ref | 25 | bytevector-copy bytevector-copy! bytevector-length bytevector-u8-ref |