Make dictionary a standalone module.

This commit is contained in:
Dominik Pantůček 2023-03-13 19:53:17 +01:00
parent 8d4eb05e4c
commit 1849a63d36
3 changed files with 111 additions and 64 deletions

View file

@ -28,7 +28,8 @@
(test-eq? test-equal? test-exn test-true test-false run-tests)
(import scheme
(chicken condition))
(chicken condition)
(chicken format))
;; Evaluates body ... expressions with exception handler installed.
(define-syntax with-handler