diff options
| author | mryouse | 2022-08-03 00:09:59 +0000 |
|---|---|---|
| committer | mryouse | 2022-08-03 00:09:59 +0000 |
| commit | 1faf205666b8c4e763b15563e5216d5505a382b5 (patch) | |
| tree | 85d5699bcf0200de0806b7782cf48a197f68c5d5 /libs | |
| parent | 7be86d495ca1fbfdd2881c970c2c8036f93469d0 (diff) | |
remove user-defined :nil
Diffstat (limited to 'libs')
| -rw-r--r-- | libs/sort.neb | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/libs/sort.neb b/libs/sort.neb index c163730..5611d39 100644 --- a/libs/sort.neb +++ b/libs/sort.neb @@ -72,13 +72,6 @@ (func insertion (lst :nil) lst) -(func nil? :bool (candidate :any) - (and - (list? candidate) - (empty? candidate))) - -(type :nil :[:any] nil?) - (func insertion-iter (lst) (def ret (list)) (for-each lst |
