Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data Constaparser a Source #
Constaparser !Int (ByteString -> Either String a) |
data ConstaparserST s e a Source #
ConstaparserST !Int (e -> ByteString -> ST s (Either String a)) |
Functor (ConstaparserST s e) Source # | |
Applicative (ConstaparserST s e) Source # | |
constaparserToAttoparsec :: Constaparser a -> Parser a Source #
withMutableVector :: Int -> (forall s. ConstaparserST s (MVector s a) ()) -> Constaparser (Vector a) Source #