diff options
author | Ben Sima <ben@bsima.me> | 2021-04-13 10:03:34 -0400 |
---|---|---|
committer | Ben Sima <ben@bsima.me> | 2021-04-13 10:03:34 -0400 |
commit | dd0087f6e71db399d789e644bfee0792035184dc (patch) | |
tree | 0e89a9df73131fdc688aef4ea417c9bc18b0deae /Alpha.hs | |
parent | e3a813d72449e738bd95323511ad0696719bf396 (diff) |
Move joinWith to lists section
Diffstat (limited to 'Alpha.hs')
-rw-r--r-- | Alpha.hs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -60,7 +60,6 @@ module Alpha tshow, chomp, lchomp, - joinWith, CanSnakeCase (snake), wrap, @@ -70,6 +69,7 @@ module Alpha -- * Lists list, + joinWith, -- * Data Validation require, |