rust-fp-pfds

Crates.iorust-fp-pfds
lib.rsrust-fp-pfds
version0.0.4
sourcesrc
created_at2020-12-03 16:42:53.851676
updated_at2020-12-12 13:59:48.192382
descriptionA Functional Programming Library in Rust, Purely Functional Data Structure
homepage
repositoryhttps://github.com/j5ik2o/rust-fp
max_upload_size
id319334
size15,198
Junichi Kato (j5ik2o)

documentation

README

rust-fp

rust-fp is a library for functional programming in Rust.

Install

[dependencies]
rust-fp-categories = "0.0.1"
rust-fp-pfds = "0.0.1"

Type-classes for categories

type-class j5ik2o/rust-fp JasonShin/fp-core.rs kitfre/Kinder 14427/hkt.rs aoprisan/func
Functor -
Pure - - -
Apply - - -
Applicativie(Pure+Apply) -
Bind - - -
Monad(Applicative+Bind) -
Empty - - -
Semigroup - - -
Monoid(Empty+Semigroup) -
Foldable - -
Show - - - -
HList - - - -
TailRec - - - -

Purely functional data structures

data name j5ik2o/rust-fp aoprisan/func
Stack -
Set -
Lazy -
IO -
Free -
Computation -
Commit count: 56

cargo fmt