fun 0.0.1

A small prelude for functional programming in Rust
1
2
3
4
5
pub mod either;
pub mod maybe;
pub mod pair;
pub mod unit;
pub mod void;