Skip to content

Instantly share code, notes, and snippets.

@zaetrik
Created May 9, 2020 13:44
Show Gist options
  • Save zaetrik/18689008b3573f892451d1b2b52eeb7b to your computer and use it in GitHub Desktop.
Save zaetrik/18689008b3573f892451d1b2b52eeb7b to your computer and use it in GitHub Desktop.
Apply ap() with a ternary function
Apply.ap(
Apply.ap(
Apply.map(effectWithFirstArgument, curriedTernaryFunction),
effectWithSecondArgument
),
effectWithThirdArgument
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment