Skip to contents

Monad

`%>>%` `%>-%` fmap() bind() join()
Monad Operators and Generics

Implementation Laws

The rules that implementations of the generics must follow.

functor-laws
Functor Laws
monad-laws
Monad Laws

Implementations

Classes with implementations for the generics.

list
The List Monad
maybe
The Maybe Monad