This commit is contained in:
2022-04-11 14:14:42 +01:00
parent 059321b33b
commit 3566cec00d
4 changed files with 15 additions and 32 deletions
+1 -2
View File
@@ -2,8 +2,7 @@ module FoldlHelp
( minimumOn
, premapMaybe
, module Control.Foldl
)
where
) where
import Control.Foldl
data Maybe' a = Just' !a | Nothing'