From 1d02c3d4dd9da29532dcc69af21fc58d21030fc8 Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Wed, 8 Dec 2021 19:56:15 +0100 Subject: 8 --- 2021/Util.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '2021/Util.hs') 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 -- cgit v1.2.3-54-g00ecf