lambda-cube: Haskell implementation of (some of) lambda cube calculi

[ library, mit, utilities ] [ Propose Tags ]

Haskell implementation of the following 4 lambda calculi:

  1. Simply typed lambda calculus

  2. System F

  3. System F omega underbar

  4. System F omega


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

  • No Candidates
Versions [RSS] 0.1.0.0, 0.2.0.0, 0.3.0.0
Change log CHANGELOG.md
Dependencies base (>=4.12 && <5), megaparsec (>=9.0.1 && <9.1), syb, template-haskell, text (>=1.2.4.0) [details]
License MIT
Copyright 2021 Junyoung Clare Jang
Author Junyoung Clare Jang
Maintainer jjc9310@gmail.com
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-26T21:10:49Z
Distributions
Downloads 369 total (11 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 2021-08-26 [all 1 reports]

Readme for lambda-cube-0.3.0.0

[back to package description]

LambdaCube