lambda-cube: Haskell implementation of (some of) lambda cube calculi
Haskell implementation of the following 4 lambda calculi:
Simply typed lambda calculus
System F
System F omega underbar
System F omega
[Skip to Readme]
Modules
- LambdaCube
- Common
- LambdaCube.Common.Parser
- LambdaCube.Common.PrettyPrinter
- STLC
- LambdaCube.STLC.Ast
- LambdaCube.STLC.Elaborator
- LambdaCube.STLC.Evaluator
- LambdaCube.STLC.Normalizer
- LambdaCube.STLC.Parser
- LambdaCube.STLC.PrettyPrinter
- LambdaCube.STLC.TH
- LambdaCube.STLC.TypeChecker
- SystemF
- LambdaCube.SystemF.Ast
- LambdaCube.SystemF.Elaborator
- LambdaCube.SystemF.Evaluator
- LambdaCube.SystemF.Normalizer
- LambdaCube.SystemF.Parser
- LambdaCube.SystemF.PrettyPrinter
- LambdaCube.SystemF.TH
- LambdaCube.SystemF.TypeChecker
- SystemFw
- LambdaCube.SystemFw.Ast
- LambdaCube.SystemFw.Elaborator
- LambdaCube.SystemFw.Evaluator
- LambdaCube.SystemFw.Normalizer
- LambdaCube.SystemFw.Parser
- LambdaCube.SystemFw.PrettyPrinter
- LambdaCube.SystemFw.TH
- LambdaCube.SystemFw.TypeChecker
- SystemFw_
- LambdaCube.SystemFw_.Ast
- LambdaCube.SystemFw_.Elaborator
- LambdaCube.SystemFw_.Evaluator
- LambdaCube.SystemFw_.Normalizer
- LambdaCube.SystemFw_.Parser
- LambdaCube.SystemFw_.PrettyPrinter
- LambdaCube.SystemFw_.TH
- LambdaCube.SystemFw_.TypeChecker
- Common
Downloads
- lambda-cube-0.1.0.0.tar.gz [browse] (Cabal source package)
- Package description (revised from the package)
Note: This package has metadata revisions in the cabal description newer than included in the tarball. To unpack the package including the revisions, use 'cabal get'.
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
- No Candidates
Versions [RSS] | 0.1.0.0, 0.2.0.0, 0.3.0.0 |
---|---|
Dependencies | base (>=4.12 && <5), megaparsec (>=9.0.1 && <9.1), template-haskell, text (>=1.2.4.0) [details] |
License | MIT |
Copyright | 2021 Junyoung Clare Jang |
Author | Junyoung Clare Jang |
Maintainer | jjc9310@gmail.com |
Revised | Revision 3 made by Ailrun at 2021-08-21T09:29:59Z |
Category | Utilities |
Home page | https://github.com/Ailrun/lambda-cube#readme |
Bug tracker | https://github.com/Ailrun/lambda-cube/issues |
Source repo | head: git clone https://github.com/Ailrun/lambda-cube |
Uploaded | by Ailrun at 2021-08-21T05:55:43Z |
Distributions | |
Downloads | 491 total (2 in the last 30 days) |
Rating | 2.0 (votes: 1) [estimated by Bayesian average] |
Your Rating | |
Status | Docs not available [build log] All reported builds failed as of 2021-08-21 [all 2 reports] |