1
2
Fork
You've already forked pts
0
A simple-ish Pure Type System simulator inspired by Ben Lynn's lambda calculus vending machine
  • Haskell 93.5%
  • Raku 6.5%
2025年09月24日 19:34:02 -03:00
app test: Remove golden files and fix a very minor error 2025年09月24日 19:34:02 -03:00
examples refactor: Add test suite and fix some warnings 2025年09月12日 17:07:08 -03:00
extra/micro-syntax feat: Comment support, micro highlighters 2025年08月22日 19:36:38 -03:00
test test: Remove golden files and fix a very minor error 2025年09月24日 19:34:02 -03:00
.gitignore feat!: Full code parser 2025年08月19日 03:57:22 -03:00
LICENSE chore: Scaffolding and main idea 2025年08月11日 00:24:17 -03:00
PTS.cabal fix: Pattern matching 2025年09月12日 18:19:17 -03:00
README.md docs: README 2025年08月22日 20:21:10 -03:00
rw-rules-axioms.md docs: Rewriting rules for axioms implementation plan 2025年09月01日 22:53:13 -03:00

PTS

A variant of Ben Lynn's lambda calculus vending machine that I eventually intend to augment with row types.

The type checking may be incomplete in some cases, as mentioned in Ben's blog post.

Check the examples/ directory for examples of Pure Type Systems and code using them.