naan is a functional programming prelude
for the Rust language using newly available techniques to make FP:
* easy
* useful
* std
- and alloc
-optional
* dyn
less
All on stable Rust.
All of this is made possible with a trick using Generic associated types to emulate Kinds
Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.