mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
REmove srfi 69 inmport
This commit is contained in:
parent
74148a2f16
commit
5992123c15
1 changed files with 1 additions and 1 deletions
2
memo.scm
2
memo.scm
|
@ -1,6 +1,6 @@
|
||||||
;; Temporary test file, try with the ack function
|
;; Temporary test file, try with the ack function
|
||||||
(import (scheme base)
|
(import (scheme base)
|
||||||
(srfi 69)
|
;(srfi 69)
|
||||||
(scheme write))
|
(scheme write))
|
||||||
|
|
||||||
; (define (memoize function)
|
; (define (memoize function)
|
||||||
|
|
Loading…
Add table
Reference in a new issue