functional 0.0.3

Functional traits
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
# functional-rs
Functional traits for Rust.


There some traits for mimc HKT (higher kinded types).
They can be removed after Rust will support HKT natively.


TODO:
  Implement HKT related traits for more types from std.
  Add traits: Applicative, Monad, Monoid...