fp-core 0.1.9

A library for functional programming in Rust
Documentation
1
2
3
pub fn identity<A>(a: A) -> A {
    a
}