free-algebras: Free algebras in Haskell.

[ algebra, control, library, monads, mpl ] [ Propose Tags ]

Universal algebra approach to free algebras including higher kinded algebraic structures like functors, applicative functors or monads.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.0.1.0, 0.0.2.0, 0.0.3.0, 0.0.4.0, 0.0.5.0, 0.0.5.1, 0.0.6.0, 0.0.7.0, 0.0.7.1, 0.0.7.2, 0.0.8.0, 0.0.8.1, 0.0.8.2, 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.1.0
Change log ChangeLog.md
Dependencies base (>=4.9 && <5), constraints (>=0.8 && <0.11.0), containers (>=0.4.2 && <0.7), data-fix (<0.3), dlist (>=0.8 && <0.9), free (>=4.0 && <6.0), groups (>=0.3 && <0.5), kan-extensions (>=4.1 && <6.0), mtl (>=2.2 && <2.3), natural-numbers (>=0.1 && <0.2), transformers (>=0.5 && <0.6) [details]
License MPL-2.0
Copyright (c) 2018 Marcin Szamotulski
Author Marcin Szamotulski
Maintainer profunctor@pm.me
Category Algebra, Control, Monads
Home page https://github.com/coot/free-algebras#readme
Bug tracker https://github.com/coot/free-algebras/issues
Source repo head: git clone https://github.com/coot/free-algebras
Uploaded by coot at 2018-11-03T16:44:39Z
Distributions
Reverse Dependencies 2 direct, 1 indirect [details]
Downloads 9503 total (31 in the last 30 days)
Rating 2.0 (votes: 1) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs available [build log]
Last success reported on 2018-11-03 [all 1 reports]

Readme for free-algebras-0.0.6.0

[back to package description]

Free Algebras

Maintainer: coot Travis Build Status

Universal algebra approach (which is compatible with categorical approach) to free algebras (including higher order structures like functors, applicative functors or monads). Mathematical introduction alongside with some Haskell ideas can be found here.

For an example check out this.