Skip to content

Transducers allow any argument in the function position #86

Description

@elenam

Current babel spec requires a function argument in the case of transducers, such as (filter odd?). However, Clojure allows any argument: (filter 5) is valid Clojure code.
If we are to be consistent with Clojure and with issue #76 , we need to allow this case in :one-arg part of the spec for functions that allow transducers.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

bugSomething isn't workingenhancementNew feature or request

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions