Rename the term constructors

This commit is contained in:
Yiyun Liu 2025-01-24 14:52:35 -07:00
parent 1f7460fd11
commit 255bd4acbf
4 changed files with 1323 additions and 698 deletions

File diff suppressed because it is too large Load diff

View file

@ -18,3 +18,25 @@ a0 >> a1
| |
v v
b0 >> b1
prov x (x, x)
prov x b
a => b
prov x a
prov y b
prov x c
prov y c
extract c = x
extract c = y
prov x b
pr

File diff suppressed because it is too large Load diff