This commit is contained in:
Bruce Hill 2021-01-14 19:45:15 -08:00
parent 2c43d65c7d
commit 9b70cb4f62

View File

@ -56,7 +56,7 @@ recursive.
Consider the rule `laugh: laugh "ha" / "Ha"` being applied to the input text `"Hahaha!"`:
|Definition of `match(<laugh>, "Hahaha!")` | Result of `match(<laugh "ha" / "Ha">, "Hahaha!")` |
| Temp. definition of `match(<laugh>, "Hahaha!")` | Result of `match(<laugh "ha" / "Ha">, "Hahaha!")` |
|------------------------------------------|---------------------------------------------------|
|`Fail` | `Match{"Ha"}` |
|`Match{"Ha"}` | `Match{"Haha"}` |