Wording
This commit is contained in:
parent
2c43d65c7d
commit
9b70cb4f62
@ -56,7 +56,7 @@ recursive.
|
|||||||
|
|
||||||
Consider the rule `laugh: laugh "ha" / "Ha"` being applied to the input text `"Hahaha!"`:
|
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"}` |
|
|`Fail` | `Match{"Ha"}` |
|
||||||
|`Match{"Ha"}` | `Match{"Haha"}` |
|
|`Match{"Ha"}` | `Match{"Haha"}` |
|
||||||
|
Loading…
Reference in New Issue
Block a user