fix typo and update dictionary

This commit is contained in:
Nicolas Abril 2024-05-19 01:10:19 +02:00
parent bc00caad1f
commit 9716297d1b
2 changed files with 3 additions and 1 deletions

View File

@ -124,6 +124,7 @@
"/`..`/g", "/`..`/g",
"/`...`/g", "/`...`/g",
"/`....`/g", "/`....`/g",
"/`.....`/g",
"/```.*\n.*\n```/g" "/```.*\n.*\n```/g"
] ]
} }

View File

@ -86,7 +86,8 @@ main = (id also_id)
## linearize-matches ## linearize-matches
Linearizes the variables between match cases, transforming them into combinatopy when possible. Linearizes the variables between match cases, transforming them into combinators when possible.
```py ```py
# Linearization means going from this # Linearization means going from this
@a @b switch a { @a @b switch a {