Update Patterns.md

This commit is contained in:
JonoCode9374 2019-12-26 13:53:19 +11:00 committed by GitHub
parent 67dd1bc6fd
commit e99d21d52a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -2,10 +2,13 @@
This is a list of how patterns are evaluated within Ket (ekg)
Nilads: N n Ñ --> Nilads
Singles: S s Š --> Monads
Infixes: I i Ī --> Dyads
L L* L& --> Left argument -- implicit/whatever is to the left
R R* R& --> Right argument -- implicit/whatever is to the left
`{...}` means that the expressions are blocked together