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

Text.Trifecta.Rope.Prim

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