summaryrefslogtreecommitdiff
path: root/Alpha.hs
diff options
context:
space:
mode:
authorBen Sima <ben@bsima.me>2021-04-13 10:03:34 -0400
committerBen Sima <ben@bsima.me>2021-04-13 10:03:34 -0400
commitdd0087f6e71db399d789e644bfee0792035184dc (patch)
tree0e89a9df73131fdc688aef4ea417c9bc18b0deae /Alpha.hs
parente3a813d72449e738bd95323511ad0696719bf396 (diff)
Move joinWith to lists section
Diffstat (limited to 'Alpha.hs')
-rw-r--r--Alpha.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/Alpha.hs b/Alpha.hs
index 47e7b57..edaa130 100644
--- a/Alpha.hs
+++ b/Alpha.hs
@@ -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,