diff --git a/kons.scm b/kons.scm index 94b472d1..f8672e6d 100644 --- a/kons.scm +++ b/kons.scm @@ -5,7 +5,7 @@ ) ;; TODO: seems begins are not spliced when part of an applied lambda?? -((lambda () +;;((lambda () (define-record-type (kons x y) @@ -41,7 +41,7 @@ ; (pare? (kons 1 2)) ; (pare? (cons 1 4)) ;)) -)) +;;)) ;(((lambda () ;(define (register-simple-type #f (quote (x y))))