summaryrefslogtreecommitdiff
path: root/2021/Util.hs
diff options
context:
space:
mode:
authorTom Smeding <tom@tomsmeding.com>2021-12-08 19:56:15 +0100
committerTom Smeding <tom@tomsmeding.com>2021-12-08 19:56:15 +0100
commit1d02c3d4dd9da29532dcc69af21fc58d21030fc8 (patch)
treebec7a61db43f27c0a22bd4657f5a2cf56c68f655 /2021/Util.hs
parent71d7bb2cf3472f93c7cf1d50f6867a68ceac3932 (diff)
8
Diffstat (limited to '2021/Util.hs')
-rw-r--r--2021/Util.hs2
1 files changed, 1 insertions, 1 deletions
diff --git a/2021/Util.hs b/2021/Util.hs
index f1e6046..f021a88 100644
--- a/2021/Util.hs
+++ b/2021/Util.hs
@@ -1,4 +1,4 @@
-module Util (module Util, toList) where
+module Util (module Util, toList, NonEmpty(..)) where
import Data.Foldable (toList)
import Data.List