Skip to content

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

@luminusian

Description

@luminusian
((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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions