pythonic_fp.fptoolsΒΆ

Pythonic FP - Functional Programming Tools

Functions as first class objects, Lazy (non-strict) function evaluation, and classical Functional Programming data structures.

Description

Module

Function manipulation

pythonic_fp.fptools.function

Lazy function evaluation

pythonic_fp.fptools.lazy

Maybe monad

pythonic_fp.fptools.maybe

Either monad

pythonic_fp.fptools.either

State monad

pythonic_fp.fptools.state

function

maybe monad

either monad

state monad