From 9a2978af122dc0c043020c77d96318679cb7575a Mon Sep 17 00:00:00 2001 From: Marshall Lochbaum Date: Sun, 8 May 2022 13:48:52 -0400 Subject: Add combinator documentation links to tutorials --- tutorial/expression.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'tutorial/expression.md') diff --git a/tutorial/expression.md b/tutorial/expression.md index 840b6086..e058007d 100644 --- a/tutorial/expression.md +++ b/tutorial/expression.md @@ -222,10 +222,10 @@ The objects we've seen so far are: | | `⋆` | Power | | `√` | (Square) Root | | `⋆⁼` | Logarithm -| 1-modifiers | `˜` | Swap, Self -| | `⁼` | Undo -| | `˙` | Constant -| 2-modifiers | `∘` | Atop +| 1-modifiers | `˜` | [Swap, Self](../doc/swap.md) +| | `⁼` | [Undo](../doc/undo.md) +| | `˙` | [Constant](../doc/constant.md) +| 2-modifiers | `∘` | [Atop](../doc/compose.md) Except for `⋆⁼`, which is just a particular case of a modifier applied to a function, everything we've seen is either a *literal* (characters and numbers) or a *primitive* (functions and modifiers), and has a fixed value. Primitive 1-modifiers have superscript characters and 2-modifiers contain unbroken circles. Other primitives are always functions. -- cgit v1.2.3