View Source apcl (apcl v0.1.0)
Summary
Functions
Returns a function which applies
F
to Xs
.Performs function composition.
Returns a function which returns
x
no matter what it is passed.Returns a function which permutes its arguments and applies
F
to them.Returns its argument.
Given two arguments, returns the left one.
Returns a function that applies
G
and H
to its arguments, taking the resulting values as the arguments to F
.Given two arguments, returns the right one.
Returns a function that applies
G
to each of its arguments, taking the resulting values as the arguments to F
.Functions
F
to Xs
.
x
no matter what it is passed.
F
to them.
G
and H
to its arguments, taking the resulting values as the arguments to F
.
G
to each of its arguments, taking the resulting values as the arguments to F
.