diff options
| author | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-27 22:21:50 -0400 |
|---|---|---|
| committer | Marshall Lochbaum <mwlochbaum@gmail.com> | 2022-04-27 22:21:50 -0400 |
| commit | 31b722e16e6a0f6b0f08e8409b2c7e240937bfed (patch) | |
| tree | 409d3fde73f45aace8ce1c224dd7f5514f1ff4d0 /doc/constant.md | |
| parent | 3b44787d5b7508a5abd868c7891046576e0eab02 (diff) | |
Documentation for Under
Diffstat (limited to 'doc/constant.md')
| -rw-r--r-- | doc/constant.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/constant.md b/doc/constant.md index 73413a03..55c95f82 100644 --- a/doc/constant.md +++ b/doc/constant.md @@ -23,6 +23,6 @@ When programming with [first-class functions](functional.md), the constant appli M β - m {π¨βΎ(2βΈβ) π©} 1βΏ2βΏ3βΏ4 -Here `m` is applied to `2βπ©` even though we want to discard that value. Spelled as `m`, our [context-free grammar](context.md) knows it's a function argument, but this [doesn't affect](../problems.md#syntactic-type-erasure) later usage. Under always applies `π½` as a function. The proper definition of the insertion function should use a `Λ`, like this: +Here `m` is applied to `2βπ©` even though we want to discard that value. Spelled as `m`, our [context-free grammar](context.md) knows it's a function argument, but this [doesn't affect](../problems.md#syntactic-type-erasure) later usage. [Under](under.md) always applies `π½` as a function. The proper definition of the insertion function should use a `Λ`, like this: m {π¨ΛβΎ(2βΈβ) π©} 1βΏ2βΏ3βΏ4 |
