1
2
3
4
5
pub mod applicative;
pub mod apply;
pub mod functor;
pub mod hkt;
pub mod pure;