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

Copyright(C) 2011-2014 Edward Kmett
LicenseBSD-style (see the file LICENSE)
MaintainerEdward Kmett <ekmett@gmail.com>
Stabilityexperimental
Portabilitynon-portable
Safe HaskellSafe-Inferred
LanguageHaskell2010

Text.Trifecta.Rope

Description

 

Synopsis

Documentation

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

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

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

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