rarrow

Crates.iorarrow
lib.rsrarrow
version0.0.1
sourcesrc
created_at2019-09-29 00:55:00.274915
updated_at2019-09-29 00:55:00.274915
descriptionAnother category theory library in Rust
homepage
repositoryhttps://github.com/DarinM223/rarrow
max_upload_size
id168532
size6,815
Darin Minamoto (DarinM223)

documentation

README

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
Commit count: 12

cargo fmt