From facca8ab5d4821bb950ede0c7b13deb21e01ddb3 Mon Sep 17 00:00:00 2001 From: IFcoltransG <47414286+IFcoltransG@users.noreply.github.com> Date: Sat, 18 Jan 2020 00:29:27 +1300 Subject: [PATCH] Update Patterns.md --- Patterns.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Patterns.md b/Patterns.md index 0210760..63f21e8 100644 --- a/Patterns.md +++ b/Patterns.md @@ -1,5 +1,5 @@ # Different Block Patterns -This is a list of how patterns are evaluated within Ket (ekg) +This is a list of how patterns are evaluated within Ket (ekg). Nilads: N n Ñ --> Nilads @@ -39,6 +39,6 @@ R R* R& --> Right argument -- implicit/whatever is to the left - `IiS` -> `{L I R} i S(R*)` - `IiĪ` -> `{{L I R} i R*} Ī R&` -Blocks are evaluated using the triplet rules if possible, otherwise the pair rules are used, otherwise things are evaluated as is +Blocks are evaluated using the triplet rules if possible, otherwise the pair rules are used, otherwise expressions are evaluated as is.