quantitative extensional type theory
Go to file
rhiannon morris 03c197bd04 add local bindings to context
- without this, inside the body of `let x = e in …`, the typechecker
  would forget that `x = e`
- now bound variables can reduce, if they have a definition, so RedexTest
  needs to take the context too
2023-12-07 01:43:39 +01:00
examples a usage in hello.quox. why not 2023-12-04 23:36:30 +01:00
exe add local bindings to context 2023-12-07 01:43:39 +01:00
lib add local bindings to context 2023-12-07 01:43:39 +01:00
tests add local bindings to context 2023-12-07 01:43:39 +01:00
.gitignore nix fixes (nixes) 2022-05-06 20:27:45 +02:00
CREDITS.md add CREDITS.md 2023-08-10 16:44:28 +02:00
README.md the "observational" here doesn't really say anything new 2023-03-10 23:42:39 +01:00
acsl.txt first 2021-07-07 13:23:25 +02:00
pack.toml bump pack collection 2023-10-22 19:18:38 +02:00
qtuwu.png first 2021-07-07 13:23:25 +02:00
quox.bib granule & defuncn bibs 2023-08-28 19:57:42 +02:00
syntax.ebnf update syntax.ebnf 2023-12-04 23:35:54 +01:00

README.md

quantitative extensional(ish) type theory

hey what would happen if some idiot tried to weld qtt and xtt together? let's find out together