summaryrefslogtreecommitdiff
path: root/Alpha.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-02-22 18:45:48 -0500
committerBen Sima <ben@bsima.me>2021-02-22 18:45:48 -0500
commit3a469c3e4450184fec0c6900ff74c31da8939882 (patch)
treebd64b774b066793f06c2798877c739160bcb2884 /Alpha.hs
parent07859e3aaccedf8de2faed114f920a094ef67332 (diff)
Add doc note about ? symbol
Diffstat (limited to 'Alpha.hs')
-rw-r--r--Alpha.hs1
1 files changed, 1 insertions, 0 deletions
diff --git a/Alpha.hs b/Alpha.hs
index 71ceef6..f1c5bdd 100644
--- a/Alpha.hs
+++ b/Alpha.hs
@@ -13,6 +13,7 @@
-- - `|` normal function-level applications
-- - `/` indicates doing something inside a functor
-- - `<` and `>` indicate the direction in which values flow
+-- - `?` is for boolean tests or assertions
-- between functions
--
-- It seems unnecessarily different at first but it makes things easier