rarrow 0.0.1

Another category theory library in Rust
Documentation
  • Coverage
  • 10%
    4 out of 40 items documented0 out of 29 items with examples
  • Size
  • Source code size: 6.44 kB This is the summed size of all the files inside the crates.io package for this release.
  • Documentation size: 1.91 MB This is the summed size of all files generated by rustdoc for all configured targets
  • Links
  • DarinM223/rarrow
    4 1 0
  • crates.io
  • Dependencies
  • Versions
  • Owners
  • DarinM223

Rarrow

Rarrow is a category theory library in Rust that simulates higher kinded types with associated types using the Plug/Unplug method shown here.

TODO

  • Implement all instances for standard types like Vector, Either, etc
  • Implement instances for library types like im data structures
  • Implement lenses
  • Implement IO monad