Module fp_rust::maybe[][src]

In this module there're implementations & tests of Maybe.

Structs

Maybe

Maybe wraps built-in Option<T>, and implements Applicative and Chain of fantasy-land.