-
Notifications
You must be signed in to change notification settings - Fork 0
Breaking changes
Jonathan Price edited this page Sep 17, 2017
·
1 revision
- Rename
partial
tocurry
. A new partial function will be added. - Refactor
concat
to only work between two lists. Previously it could insert an atom into a list.
- Rename
apply
toeval
, make newapply
function which takes the function as the second argument and the list as the first.