map should have a unary arity #112

Open
opened 2024-12-13 16:54:19 +00:00 by scott · 1 comment
Owner

map (foo) should be equivalent to map (foo, _).

`map (foo)` should be equivalent to `map (foo, _)`.
scott added the
enhancement
now
labels 2024-12-13 16:54:19 +00:00
scott changed title from `map` should have a unitary arity to `map` should have a unary arity 2024-12-13 19:22:07 +00:00
Author
Owner

Done!, same with filter. But it requires partial function application to work, which is not yet working. Adding #15 as a dependency.

Done!, same with filter. But it requires partial function application to work, which is not yet working. Adding #15 as a dependency.
scott added a new dependency 2024-12-13 19:24:12 +00:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Reference: twc/ludus#112
No description provided.