functional 0.0.7

Functional traits
1
2
3
4
5
6
7
8
9
10
#![feature(zero_one, type_macros)]

#[macro_use]
pub mod hkt;
pub mod algebra;
pub mod control;


#[cfg(test)]
mod tests;