From f5d2b328c6a532ae37e97991d2bdb33de3b0d593 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Wed, 26 Jul 2023 09:17:05 -0500 Subject: Properly export utf8 --- chicanery.scm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chicanery.scm') diff --git a/chicanery.scm b/chicanery.scm index a46cd91..12f5ab3 100644 --- a/chicanery.scm +++ b/chicanery.scm @@ -19,7 +19,7 @@ (import (scheme repl)) (import (scheme time)) (import (scheme write)) - (import (utf8)) + (import utf8) (export * + - / <= < >= = > abs and append apply assoc assq assv begin binary-port? boolean? boolean=? bytevector bytevector-append bytevector-copy bytevector-copy! bytevector-length bytevector-u8-ref -- cgit 1.4.1-21-gabe81