aboutsummaryrefslogtreecommitdiff
path: root/help
diff options
context:
space:
mode:
Diffstat (limited to 'help')
-rw-r--r--help/atop.md2
-rw-r--r--help/over.md2
2 files changed, 4 insertions, 0 deletions
diff --git a/help/atop.md b/help/atop.md
index 1f141483..cd1204ed 100644
--- a/help/atop.md
+++ b/help/atop.md
@@ -3,6 +3,7 @@
# Ring Operator (`∘`)
## `𝔽∘𝔾 𝕩`: Atop
+[→full documentation](../doc/compose.md)
Apply `𝔾` to `𝕩`, then apply `𝔽` (`𝔽 𝔾 𝕩`).
@@ -15,6 +16,7 @@ Apply `𝔾` to `𝕩`, then apply `𝔽` (`𝔽 𝔾 𝕩`).
## `𝕨 𝔽∘𝔾 𝕩`: Dyadic Atop
+[→full documentation](../doc/compose.md)
Apply `𝔾` to `𝕨` and `𝕩`, then apply `𝔽` (`𝔽 (𝕨 𝔾 𝕩)`).
diff --git a/help/over.md b/help/over.md
index 3a9022ae..c915a207 100644
--- a/help/over.md
+++ b/help/over.md
@@ -3,6 +3,7 @@
# Circle (`○`)
## `𝔽○𝔾 𝕩`: Atop
+[→full documentation](../doc/compose.md)
Apply `𝔾` to `𝕩`, then apply `𝔽` (`𝔽 𝔾 𝕩`).
@@ -15,6 +16,7 @@ Apply `𝔾` to `𝕩`, then apply `𝔽` (`𝔽 𝔾 𝕩`).
## `𝕨 𝔽○𝔾 𝕩`: Over
+[→full documentation](../doc/compose.md)
Apply `𝔾` to `𝕨` and `𝕩`, then apply `𝔽` to them (`(𝔾 𝕨) 𝔽 (𝔾 𝕩)`).