Work on debugging
This commit is contained in:
@@ -19,6 +19,8 @@ data Maybe' a = Just' {__Just' :: a} | Nothing'
|
||||
--
|
||||
--instance FromJSON a => FromJSON (Maybe' a)
|
||||
|
||||
--maybe' :: b -> (a -> b) -> Maybe' a -> b
|
||||
|
||||
fromJust' :: Maybe' a -> a
|
||||
fromJust' mx = case mx of
|
||||
Just' x -> x
|
||||
|
||||
Reference in New Issue
Block a user