mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Added a note
This commit is contained in:
parent
31637d4439
commit
ec05705ae1
1 changed files with 3 additions and 0 deletions
|
@ -1,6 +1,9 @@
|
||||||
(define-library (scheme base)
|
(define-library (scheme base)
|
||||||
(export
|
(export
|
||||||
*Cyc-version-banner*
|
*Cyc-version-banner*
|
||||||
|
; TODO: need filter for the next two. also, they really belong in SRFI-1, not here
|
||||||
|
;delete
|
||||||
|
;delete-duplicates
|
||||||
call-with-current-continuation
|
call-with-current-continuation
|
||||||
call/cc
|
call/cc
|
||||||
;(Cyc-bin-op cmp x lst)
|
;(Cyc-bin-op cmp x lst)
|
||||||
|
|
Loading…
Add table
Reference in a new issue