Safe Haskell | Safe-Inferred |
---|---|
Language | Haskell2010 |
Synopsis
- newtype Exceptions = Exceptions {}
- empty :: Exceptions
Documentation
newtype Exceptions Source #
Instances
ToJSON Exceptions Source # | |
Defined in Patrol.Type.Exceptions toJSON :: Exceptions -> Value # toEncoding :: Exceptions -> Encoding # toJSONList :: [Exceptions] -> Value # toEncodingList :: [Exceptions] -> Encoding # omitField :: Exceptions -> Bool # | |
Show Exceptions Source # | |
Defined in Patrol.Type.Exceptions showsPrec :: Int -> Exceptions -> ShowS # show :: Exceptions -> String # showList :: [Exceptions] -> ShowS # | |
Eq Exceptions Source # | |
Defined in Patrol.Type.Exceptions (==) :: Exceptions -> Exceptions -> Bool # (/=) :: Exceptions -> Exceptions -> Bool # |
empty :: Exceptions Source #