language-slice-0.2.0.0: AST and parser for the ZeroC Slice language (Specification language for ICE)

Safe HaskellNone

Language.Slice.Syntax.Parser

Synopsis

Documentation

parseOnly :: Parser a -> ByteString -> Either String a

Run a parser that cannot be resupplied via a Partial result.