Make dictionary a standalone module.
This commit is contained in:
parent
8d4eb05e4c
commit
1849a63d36
3 changed files with 111 additions and 64 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue