Portability | non-portable |
---|---|
Stability | experimental |
Maintainer | Edward Kmett <ekmett@gmail.com> |
Safe Haskell | Safe-Infered |
Text.Trifecta.Diagnostic.Rendering.Span
Contents
Description
Documentation
Constructors
Span !Delta !Delta !ByteString |
span :: MonadParser m => m a -> m SpanSource
spanned :: MonadParser m => m a -> m (Spanned a)Source