lux/codata/function
Structs
Monoid<Function>
(lux/control/monoid;Monoid (All [a] (-> a a)))
Values
(const c)
Create constant functions.
(All [a b] (-> a b a))
(flip f)
Flips the order of the arguments of a function.
(All [a b c] (-> (-> a b c) b a c))