Distribution.Parsec.Error
data PError Source #
Parser error.
Constructors
Defined in Distribution.Parsec.Error
Associated Types
Methods
from :: PError -> Rep PError x Source #
to :: Rep PError x -> PError Source #
showsPrec :: Int -> PError -> ShowS Source #
show :: PError -> String Source #
showList :: [PError] -> ShowS Source #
put :: PError -> Put Source #
get :: Get PError Source #
putList :: [PError] -> Put Source #
rnf :: PError -> () Source #
showPError :: FilePath -> PError -> String Source #