Is there a reason why at(time, val)
is not curried?
#676
Labels
2.0
Changes requiring a major version bump 1.x -> 2.0
at(time, val)
is not curried?
#676
Apart from
runEffects
,at
seems to be the only (n>1)-ary function which is not auto-curried.I find that surprising.
Is there a reason for it?
The text was updated successfully, but these errors were encountered: