1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
#![feature(generic_associated_types)]
mod associative;
mod associative_both;
mod associative_either;
mod associative_flatten;
mod commutative;
mod core;
mod covariant;
mod hkt;
mod hkt2;
mod idempotent;
mod identity;
mod identity_both;
mod identity_flatten;
mod inverse;
mod monad;
mod traversable;