mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-23 20:15:05 +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)
|
||||
;; In the future, may include this here: (include "../srfi/9.scm")
|
||||
(export
|
||||
; TODO: need filter for the next two. also, they really belong in SRFI-1, not here
|
||||
;delete
|
||||
;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
|
||||
max
|
||||
min
|
||||
|
|
Loading…
Add table
Reference in a new issue