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]

Modules

[Last Documentation]

  • 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

Downloads

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

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
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 375 total (13 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]

Readme for lambda-cube-0.1.0.0

[back to package description]

LambdaCube