diff options
author | Ben Sima <ben@bsima.me> | 2021-02-22 18:45:48 -0500 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-02-22 18:45:48 -0500 |
commit | 3a469c3e4450184fec0c6900ff74c31da8939882 (patch) | |
tree | bd64b774b066793f06c2798877c739160bcb2884 /Alpha.hs | |
parent | 07859e3aaccedf8de2faed114f920a094ef67332 (diff) |
Add doc note about ? symbol
Diffstat (limited to 'Alpha.hs')
-rw-r--r-- | Alpha.hs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |