mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 20:45:06 +02:00
Added TODO for record types
This commit is contained in:
parent
53be15015a
commit
0f610c7fe8
1 changed files with 10 additions and 0 deletions
|
@ -1,8 +1,18 @@
|
||||||
(define-library (scheme base)
|
(define-library (scheme base)
|
||||||
|
;; In the future, may include this here: (include "../srfi/9.scm")
|
||||||
(export
|
(export
|
||||||
; TODO: need filter for the next two. also, they really belong in SRFI-1, not here
|
; TODO: need filter for the next two. also, they really belong in SRFI-1, not here
|
||||||
;delete
|
;delete
|
||||||
;delete-duplicates
|
;delete-duplicates
|
||||||
|
;; TODO: possibly relocating here in the future
|
||||||
|
;define-record-type
|
||||||
|
; register-simple-type
|
||||||
|
; make-type-predicate
|
||||||
|
; make-constructor
|
||||||
|
; make-getter
|
||||||
|
; make-setter
|
||||||
|
; slot-set!
|
||||||
|
; type-slot-offset
|
||||||
abs
|
abs
|
||||||
max
|
max
|
||||||
min
|
min
|
||||||
|
|
Loading…
Add table
Reference in a new issue