fp-core 0.1.8

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