mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 04:25:06 +02:00
Allow at top-level
This commit is contained in:
parent
0f610c7fe8
commit
dc3d55cc7d
1 changed files with 2 additions and 2 deletions
4
kons.scm
4
kons.scm
|
@ -5,7 +5,7 @@
|
|||
)
|
||||
|
||||
;; TODO: seems begins are not spliced when part of an applied lambda??
|
||||
((lambda ()
|
||||
;;((lambda ()
|
||||
|
||||
(define-record-type <pare>
|
||||
(kons x y)
|
||||
|
@ -41,7 +41,7 @@
|
|||
; (pare? (kons 1 2))
|
||||
; (pare? (cons 1 4))
|
||||
;))
|
||||
))
|
||||
;;))
|
||||
|
||||
;(((lambda ()
|
||||
;(define <pare> (register-simple-type <pare> #f (quote (x y))))
|
||||
|
|
Loading…
Add table
Reference in a new issue