map
should have a unary arity
#112
Labels
No Label
accepted
bug
clj
documentation
enhancement
errors
infrastructure
later
next
now
optimization
proposal
question
research
semantics
syntax
ux
vm
wontfix
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Depends on
#15 Partial function application should work.
scott/rudus
Reference: twc/ludus#112
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
map (foo)
should be equivalent tomap (foo, _)
.`map` should have a unitary arityto `map` should have a unary arityDone!, same with filter. But it requires partial function application to work, which is not yet working. Adding #15 as a dependency.