trifecta-1.1: A modern parser combinator library with convenient diagnostics

Portabilitynon-portable
Stabilityexperimental
MaintainerEdward Kmett <ekmett@gmail.com>
Safe HaskellNone

Text.Trifecta.Rope

Description

 

Synopsis

Documentation

grabRest :: Delta -> Rope -> r -> (Delta -> ByteString -> r) -> rSource

grab a the contents of a rope from a given location up to a newline

grabLine :: Delta -> Rope -> r -> (Delta -> ByteString -> r) -> rSource

grab a the contents of a rope from a given location up to a newline