naan 0.1.12

A fast, easy, and tasty functional programming prelude
Documentation

crates.io docs.rs Maintenance

naan

naan

deliciously succinct

naan is a functional programming prelude for the Rust language using newly available techniques to make FP:

  • easy
  • useful
  • std- and alloc-optional
  • dynless

All on stable Rust.

new problem-solving tools

  • currying
  • function composition
  • new, general typeclasses
  • lazy IO

All of this is made possible with a trick using Generic associated types to emulate **Kind**s

Currying

Function Composition

Typeclasses

Lazy IO

HKTs

License

Licensed under either of

at your option.

Contribution

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.