mirror of
https://github.com/justinethier/cyclone.git
synced 2025-05-24 12:35:05 +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??
|
;; TODO: seems begins are not spliced when part of an applied lambda??
|
||||||
((lambda ()
|
;;((lambda ()
|
||||||
|
|
||||||
(define-record-type <pare>
|
(define-record-type <pare>
|
||||||
(kons x y)
|
(kons x y)
|
||||||
|
@ -41,7 +41,7 @@
|
||||||
; (pare? (kons 1 2))
|
; (pare? (kons 1 2))
|
||||||
; (pare? (cons 1 4))
|
; (pare? (cons 1 4))
|
||||||
;))
|
;))
|
||||||
))
|
;;))
|
||||||
|
|
||||||
;(((lambda ()
|
;(((lambda ()
|
||||||
;(define <pare> (register-simple-type <pare> #f (quote (x y))))
|
;(define <pare> (register-simple-type <pare> #f (quote (x y))))
|
||||||
|
|
Loading…
Add table
Reference in a new issue