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