funcool / funcool/cats

lift-a produces an exception when n is (inc 1) but not when n is 2

Open
#204 1 comment 0 reactions 0 assignees View on GitHub
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.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.