diff options
author | Ben Sima <ben@bsima.me> | 2019-03-27 23:07:51 -0700 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2019-03-27 23:07:51 -0700 |
commit | 794b248d0afb9ae7eae1bc0d8f6498a903e02e23 (patch) | |
tree | b9a10065ed357f8ab2ad8cc112a88a197ec445f1 /lore/core.scm | |
parent | 4ecc513e5917057f50150e2cb0a1d63d6010f0d7 (diff) |
bs: formatting
Diffstat (limited to 'lore/core.scm')
-rw-r--r-- | lore/core.scm | 1 |
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) |