fun 0.0.1

A small prelude for functional programming in Rust
1
2
#[inline]
pub fn elim<R>(unit: R, _: ()) -> R { unit }