typosaurus 0.2.0

Heterogenous lists and other type-level tomfoolery
Documentation
1
2
3
4
5
6
7
pub trait Semigroup<Lhs, Rhs> {
    type Mappend;
}

pub trait Mappend {
    type Out;
}