This commit is contained in:
Victor Taelin 2024-02-25 20:53:25 -03:00
parent c8fd9e54d5
commit 06e2991e59

View File

@ -150,7 +150,7 @@ algorithm to do exactly that: "undo" the reduction on the `self` case. That is,
instead of:
```
($x A) ~~ ($y B) ::= (B (x:A)) == (D (y:C))
($x A) ~~ ($y B) ::= (A x) == (B y)
```
We have: