From 4dd247c0e10c8d1c8466ff16fed1daa282bf9e5e Mon Sep 17 00:00:00 2001 From: Tom Smeding Date: Mon, 6 Dec 2021 21:58:10 +0100 Subject: 6 --- 2021/Util.hs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to '2021/Util.hs') diff --git a/2021/Util.hs b/2021/Util.hs index 7cd674d..f1e6046 100644 --- a/2021/Util.hs +++ b/2021/Util.hs @@ -1,5 +1,6 @@ -module Util where +module Util (module Util, toList) where +import Data.Foldable (toList) import Data.List import Data.List.NonEmpty (NonEmpty(..), (<|)) -- cgit v1.2.3-54-g00ecf