Safe Haskell | None |
---|---|
Language | Haskell2010 |
SimpleParser.Interactive
Documentation
data ErrorStyle Source #
Constructors
ErrorStyleErrata | |
ErrorStyleExplain |
Instances
Eq ErrorStyle Source # | |
Defined in SimpleParser.Interactive | |
Show ErrorStyle Source # | |
Defined in SimpleParser.Interactive Methods showsPrec :: Int -> ErrorStyle -> ShowS # show :: ErrorStyle -> String # showList :: [ErrorStyle] -> ShowS # |
parseInteractiveStyle :: (s ~ LinePosStream Text, Explainable l s e, Show a) => ErrorStyle -> Parser l s e a -> String -> IO () Source #
parseInteractive :: (s ~ LinePosStream Text, Explainable l s e, Show a) => Parser l s e a -> String -> IO () Source #