Safe Haskell | Safe-Inferred |
---|---|
Language | GHC2021 |
Documentation
data DecodeFailure Source #
ParseFailure Text ParseError | |
IntParsingFailure Text | |
BoolParsingFailure Text | |
TooFewFields | |
TooManyFields [Text] | |
TooManyRecords [Text] | |
TargetMissing |
Instances
Show DecodeFailure Source # | |
Defined in Chiasma.Data.DecodeError showsPrec :: Int -> DecodeFailure -> ShowS # show :: DecodeFailure -> String # showList :: [DecodeFailure] -> ShowS # | |
Eq DecodeFailure Source # | |
Defined in Chiasma.Data.DecodeError (==) :: DecodeFailure -> DecodeFailure -> Bool # (/=) :: DecodeFailure -> DecodeFailure -> Bool # |
data DecodeError Source #
DecodeError | |
|
Instances
Show DecodeError Source # | |
Defined in Chiasma.Data.DecodeError showsPrec :: Int -> DecodeError -> ShowS # show :: DecodeError -> String # showList :: [DecodeError] -> ShowS # | |
Eq DecodeError Source # | |
Defined in Chiasma.Data.DecodeError (==) :: DecodeError -> DecodeError -> Bool # (/=) :: DecodeError -> DecodeError -> Bool # |