mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +02:00
Use SRFI 128
This commit is contained in:
parent
5aa80fee84
commit
d454e51571
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
||||||
(import (scheme base) (scheme cyclone test) (scheme write) (comparators))
|
(import (scheme base) (scheme cyclone test) (scheme write) (srfi 128) #;(comparators))
|
||||||
;(load "../comparators/r7rs-shim.scm")
|
;(load "../comparators/r7rs-shim.scm")
|
||||||
|
|
||||||
(define (print x) (display x) (newline))
|
(define (print x) (display x) (newline))
|
||||||
|
|
Loading…
Add table
Reference in a new issue