Make concrete world read/showable
This commit is contained in:
+2
-1
@@ -4,8 +4,9 @@ module FoldlHelp
|
||||
, module Control.Foldl
|
||||
) where
|
||||
import Control.Foldl
|
||||
import MaybeHelp
|
||||
|
||||
data Maybe' a = Just' !a | Nothing'
|
||||
--data Maybe' a = Just' !a | Nothing'
|
||||
data Pair a b = !a :!: !b
|
||||
|
||||
minimumOn :: Ord b => (a -> b) -> Fold a (Maybe a)
|
||||
|
||||
Reference in New Issue
Block a user