Commit d8dc5ec
committed
CORE: remove unused-in-ln, deprecated predicate list-notempty?
This appears to be not used anywhere. If it is used elsewhere, it is
better replaced! Complexity class: O(n)
Suggested replacements:
1. `pair?` - test head only
2. in case of doubt wrt. input: once `list?` to test object being a
propper list and `pair?` once the former succeeded.1 parent c4a2478 commit d8dc5ec
1 file changed
+0
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | 40 | | |
44 | 41 | | |
45 | 42 | | |
| |||
0 commit comments