Safe Haskell | Safe |
---|---|
Language | Haskell2010 |
IPTypes
Documentation
type LineNumber = Int Source #
newtype ParseError Source #
Constructors
ParseError LineNumber |
Instances
Eq ParseError Source # | |
Defined in IPTypes | |
Show ParseError Source # | |
Defined in IPTypes Methods showsPrec :: Int -> ParseError -> ShowS # show :: ParseError -> String # showList :: [ParseError] -> ShowS # |
data InvalidArgsException Source #
Constructors
LoadIPRangesError ParseError | |
InvalidIP String |
Instances
Show InvalidArgsException Source # | |
Defined in IPTypes Methods showsPrec :: Int -> InvalidArgsException -> ShowS # show :: InvalidArgsException -> String # showList :: [InvalidArgsException] -> ShowS # | |
Exception InvalidArgsException Source # | |
Defined in IPTypes Methods toException :: InvalidArgsException -> SomeException # fromException :: SomeException -> Maybe InvalidArgsException # |