Safe Haskell | None |
---|---|
Language | Haskell2010 |
Documentation
data ConstaparserST s e a Source #
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 #