libghc-maybet-doc

Haskell maybet monad transformer; documentation
  http://hackage.haskell.org/package/MaybeT
  0
  no reviews



Maybet is a haskell monad transformer that adds maybe semantics to an existing monad, making it able to fail (i.e. return nothing) or be successful (return the result wrapped in a just). if you don't know what a haskell monad is, you can just ignore this package.

this package provides the documentation for a library for the haskell programming language. see http://www.haskell.org/ for more information on haskell.