lift-a produces an exception when n is (inc 1) but not when n is 2
Open
- Dominant language
- Clojure
- Stars
- 970
- Forks
- 68
- PR merge metrics
- No merged PRs in 30d
Description
```
((m/lift-a 2 +) [1] [2])
=> [3]
((m/lift-a (inc 1) +) [1] [2])
CompilerException java.lang.ClassCastException: clojure.lang.PersistentList cannot be cast to java.lang.Number
```
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.