mirror of
https://github.com/justinethier/cyclone.git
synced 2025-07-09 05:57:34 +02:00
Syntax fix
This commit is contained in:
parent
b01ab9a671
commit
12291423c7
1 changed files with 1 additions and 1 deletions
|
@ -442,7 +442,7 @@
|
|||
|
||||
(define (inject-globals! lis)
|
||||
;; TODO: done here as proof-of-concept
|
||||
(when (not (member globals 'Cyc-memoize))
|
||||
(when (not (member 'Cyc-memoize globals))
|
||||
(set! globals (append globals '(Cyc-memoize)))
|
||||
(set! imported-vars (cons (lib:list->import-set '(Cyc-memoize srfi 69)) imported-vars))
|
||||
)
|
||||
|
|
Loading…
Add table
Reference in a new issue