free-algebras

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

Please see the README on GitHub at https://github.com/coot/free-algebras#readme


[Skip to Readme]

Flags

Manual Flags

NameDescriptionDefault
develop

Set -Werror flag

Disabled

Use -f <flag> to enable a flag, or -f -<flag> to disable that flag. More info

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.11 && <5), containers, data-fix, free, groups, kan-extensions, mtl, natural-numbers, transformers [details]
License MPL-2.0
Copyright (c) 2018 Marcin Szamotulski
Author Marcin Szamotulski
Maintainer profunctor@pm.me
Home page https://github.com/coot/free-algebras#readme
Bug tracker https://github.com/git@github.com:coot/free-algebras/issues
Source repo head: git clone https://github.com/git@github.com:coot/free-algebras
Uploaded by coot at 2018-08-03T22:54:33Z
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 uploaded by user
Build status unknown [no reports yet]

Readme for free-algebras-0.0.1.0

[back to package description]

Free Algebras

Universal algebra 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.