summaryrefslogtreecommitdiff
path: root/lore/core.scm
diff options
context:
space:
mode:
Diffstat (limited to 'lore/core.scm')
-rw-r--r--lore/core.scm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lore/core.scm b/lore/core.scm
index 9760318..3d411c4 100644
--- a/lore/core.scm
+++ b/lore/core.scm
@@ -1,7 +1,6 @@
;; standard library for bs
(define (not x) (if x #f #t))
-
(define (null? obj) (if (eqv? obj '()) #t #f))
(define (list objs) objs)
(define (identity obj) obj)