Init
This commit is contained in:
5
cs420-acc/l3-warmup/library/booleans.l3
Normal file
5
cs420-acc/l3-warmup/library/booleans.l3
Normal file
@@ -0,0 +1,5 @@
|
||||
;; In Emacs, open this file in -*- Scheme -*- mode.
|
||||
|
||||
;; Booleans
|
||||
|
||||
(def boolean? (fun (o) (@bool? o)))
|
Reference in New Issue
Block a user