haskpy.types.function

Functions

Function(Function__f[, Function__args])

Monad instance for curried functions :: a -> b

FunctionMonoid(monoid)

Create a function type that has a Monoid instance

function(f)

Decorator for currying and transforming functions into monads

compose(f, g)