Make concrete world read/showable
This commit is contained in:
+1
-1
@@ -4,7 +4,7 @@ module MaybeHelp where
|
||||
import Control.Lens
|
||||
|
||||
data Maybe' a = Just' {__Just' :: a} | Nothing'
|
||||
deriving (Eq,Ord,Show)
|
||||
deriving (Eq,Ord,Show,Read)
|
||||
|
||||
fromJust' :: Maybe' a -> a
|
||||
fromJust' mx = case mx of
|
||||
|
||||
Reference in New Issue
Block a user