Rename the term constructors
This commit is contained in:
parent
1f7460fd11
commit
255bd4acbf
4 changed files with 1323 additions and 698 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue