~ chicken-core (master) /tests/r7rs-library-tests.scm
1;; by Anton Idukov (included code was expanded too early) 2(define-library (mod) 3 (export fx mx) 4 (import (scheme base)) 5 6 (include "r7rs-library-tests-code.scm") 7 8 )
1;; by Anton Idukov (included code was expanded too early)
2(define-library (mod)
3 (export fx mx)
4 (import (scheme base))
5
6 (include "r7rs-library-tests-code.scm")
7
8 )