1
0
Fork 0
mirror of https://github.com/Lyxal/Keta.git synced 2024-08-14 23:53:13 +00:00

Update Patterns.md

This commit is contained in:
JonoCode9374 2019-12-26 20:43:56 +11:00 committed by GitHub
parent 8c8fc6e767
commit a7c9589026
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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*))`