fp-core 0.1.8

A library for functional programming in Rust
Documentation
pub trait Empty<A> {
    fn empty() -> A;
}