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