mirror of
https://github.com/HigherOrderCO/Bend.git
synced 2024-11-04 01:20:56 +03:00
fix typo and update dictionary
This commit is contained in:
parent
bc00caad1f
commit
9716297d1b
@ -124,6 +124,7 @@
|
|||||||
"/`..`/g",
|
"/`..`/g",
|
||||||
"/`...`/g",
|
"/`...`/g",
|
||||||
"/`....`/g",
|
"/`....`/g",
|
||||||
|
"/`.....`/g",
|
||||||
"/```.*\n.*\n```/g"
|
"/```.*\n.*\n```/g"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
@ -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 {
|
||||||
|
Loading…
Reference in New Issue
Block a user