-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
I think all the function arguments should be curried so that we can call them either as (a,b,c) or a => b => c
Since we know the arity of all these functions, we can use an internal curry2, curry3 etc. rather than rely on inspecting the number of arguments etc.
Anyone opposed to this idea?
Metadata
Metadata
Assignees
Labels
No labels