-
Notifications
You must be signed in to change notification settings - Fork 20
Open
Description
I couldn't find an equivalent function in prelude-ts so please let me know if this exists and I am just missing it.
A common pattern on ADTs (algebraic data types) is ap (short for apply).
From the (Mostly Adequate Guide to Functional Programming)[https://mostly-adequate.gitbooks.io/mostly-adequate-guide/ch10.html#ships-in-bottles]:
ap is a function that can apply the function contents of one functor to the value contents of another.
Metadata
Metadata
Assignees
Labels
No labels