AlgorithmW: Example implementation of Algorithm W for Hindley-Milner type inference.

[ bsd3, development, program ] [ Propose Tags ]

Complete implementation of the classic algorithm W for Hindley-Milner polymorphic type inference in Haskell.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.1.0.0, 0.1.0.1, 0.1.0.2, 0.1.0.3, 0.1.1.0
Change log ChangeLog.md
Dependencies base (>=4.5 && <4.8), containers (>=0.4 && <0.6), mtl (>=2.1 && <2.3), pretty (>=1.1 && <1.2) [details]
License BSD-3-Clause
Author Martin Grabmueller
Maintainer martin@grabmueller.de
Category Development
Home page https://github.com/mgrabmueller/AlgorithmW
Bug tracker https://github.com/mgrabmueller/AlgorithmW/issues
Source repo head: git clone https://github.com/mgrabmueller/AlgorithmW
Uploaded by MartinGrabmueller at 2015-05-26T16:02:54Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Executables AlgorithmW
Downloads 4696 total (12 in the last 30 days)
Rating (no votes yet) [estimated by Bayesian average]
Your Rating
  • λ
  • λ
  • λ
Status Docs not available [build log]
Last success reported on 2015-05-27 [all 7 reports]

Readme for AlgorithmW-0.1.0.3

[back to package description]

AlgorithmW

Example implementation of Algorithm W for Hindley-Milner type inference