Skip to content
/ rust-fp Public

The Library for Functional Programming in Rust

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT
Notifications You must be signed in to change notification settings

j5ik2o/rust-fp

Repository files navigation

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 -

About

The Library for Functional Programming in Rust

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE-APACHE
MIT
LICENSE-MIT

Stars

Watchers

Forks

Packages

No packages published