diff options
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 |