diff options
Diffstat (limited to 'docs/wiki_src/coding')
-rw-r--r-- | docs/wiki_src/coding/mixfix.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/wiki_src/coding/mixfix.md b/docs/wiki_src/coding/mixfix.md index f42d0ab..d0838cf 100644 --- a/docs/wiki_src/coding/mixfix.md +++ b/docs/wiki_src/coding/mixfix.md @@ -22,7 +22,7 @@ for applications inside substitution holes. # evaluated as (5 - 2) + 1 = 4 :test ({ (+5) <$> (+2) | (+1)) ((+4)) -:test ({ ((+3) + (+1)) <$> (+2) | (+1)) ((+4)) +:test ({ ((+3) + (+2)) <$> (+2) | (+1)) ((+4)) ``` You can use them as normal functions by writing the identifier |