| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
| Name | Name | Last commit date | ||
|---|---|---|---|---|
T — type
t — term
{- simple term -}
lambda x : Y -> X. lambda y : Y. x $ y;
{- complex term with intendation -}
lambda x : A -> B -> G.
lambda y : A -> B.
lambda z : A.
x $ z $ (y $ z)
git clone https://github.com/prokartem/simple_lambda_typechecker.git cd simple_lambda_typechecker curl -sSL https://get.haskellstack.org/ | sh -s - -f stack build
Available options:
stack exec -- lambda-calculus-exe ((-f|--file FILENAME) | --stdin)
stack test
| Back | FazBrowse Home | New Git URL |