aboutsummaryrefslogtreecommitdiff
path: root/doc/constant.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/constant.md')
-rw-r--r--doc/constant.md2
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