aboutsummaryrefslogtreecommitdiff
path: root/doc/train.md
diff options
context:
space:
mode:
authorMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-02 14:45:59 -0500
committerMarshall Lochbaum <mwlochbaum@gmail.com>2020-12-02 15:06:12 -0500
commit55c40e75dde0ddad39a305f29e036ec88c85babe (patch)
tree3475a3c3e600227468828c507a241763e58f2085 /doc/train.md
parent1b8aab1ebfc36888d58d5347f7723e4bd1c5031c (diff)
Move problems.md to commentary folder
Diffstat (limited to 'doc/train.md')
-rw-r--r--doc/train.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/train.md b/doc/train.md
index ece363a4..6bacc75a 100644
--- a/doc/train.md
+++ b/doc/train.md
@@ -92,7 +92,7 @@ We might make the first train above easier to read by using Atop (`∘`) instead
These two forms have a different emphasis, because the first breaks into subfunctions `⍷∘∧` and `|` and the second into `⍷` and `∧|`. It's more common to use `⍷∘∧` as a unit than `∧|`, so in this case `⍷∘∧|` is probably the better train.
-Many one-argument functions strung together is [a major weakness](../problems.md#trains-dont-like-monads) for train syntax. If there are many such functions it's probably best to stick with a block function instead!
+Many one-argument functions strung together is [a major weakness](../commentary/problems.md#trains-dont-like-monads) for train syntax. If there are many such functions it's probably best to stick with a block function instead!
{⍷∧|𝕩} 3‿4‿¯3‿¯2‿0