enumerate-function-0.0.0: TODO

Safe HaskellNone
LanguageHaskell2010

Enumerate.Function.Types

Synopsis

Documentation

type Partial a b = forall m. MonadThrow m => a -> m b Source

a (safely-)partial function. i.e. a function that:

type (-?>) a b = Partial a b Source