From a7c95890263bce4c72973016f93bbbf4946b9984 Mon Sep 17 00:00:00 2001 From: JonoCode9374 <36217120+JonoCode9374@users.noreply.github.com> Date: Thu, 26 Dec 2019 20:43:56 +1100 Subject: [PATCH] Update Patterns.md --- Patterns.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/Patterns.md b/Patterns.md index 4a9ab7c..0210760 100644 --- a/Patterns.md +++ b/Patterns.md @@ -23,7 +23,6 @@ R R* R& --> Right argument -- implicit/whatever is to the left - `IS` -> `L I S(R*)` - `Ii` -> `{L I R} i R*` -- `SNs` -> `S(N)s(R)` - `SNI` -> `S(N) I R` - `SsN` -> `S(s(N))` - `SsŠ` -> `S(s(Š(R)))` @@ -32,7 +31,6 @@ R R* R& --> Right argument -- implicit/whatever is to the left - `SIs` -> `S(R) I s(R*)` - `SIi` -> `S(R) I {L* i R*}` -- `INS` -> `L I N S(R*)` - `INi` -> `{L I N} i R*` - `ISN` -> `L I S(N)` - `ISs` -> `L I S(s(R*))`