fp.monads — A collection of monads

New in version 0.1.

the fp.monads module provides a collection of monads to use with your Python code.

Maybe

fp.monads provides an implementation of the Maybe monad.

Either

fp.monads provides an implementation of the Either monad.

IO

fp.monads provides an implementation of the IO monad.

Base Monad classes

Use the following classes for defining your own monads.

Project Versions

Previous topic

fp — A collection of functional programming inspired utilities

Next topic

fp.collections — Utilities for collections

This Page