diff options
author | Case Duckworth | 2023-07-26 09:17:05 -0500 |
---|---|---|
committer | Case Duckworth | 2023-07-26 09:17:05 -0500 |
commit | f5d2b328c6a532ae37e97991d2bdb33de3b0d593 (patch) | |
tree | 007e215df4d06ff1f22aa359051f350a692d5683 /chicanery.scm | |
parent | Add a few more extras (diff) | |
download | chicanery-f5d2b328c6a532ae37e97991d2bdb33de3b0d593.tar.gz chicanery-f5d2b328c6a532ae37e97991d2bdb33de3b0d593.zip |
Properly export utf8
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 |