darcs-2.8.1: a distributed, interactive, smart revision control system

Safe HaskellSafe-Infered

Darcs.Patch.Read

Documentation

bracketedFL :: forall p m x. ParserM m => (forall y. m (Sealed (p y))) -> Char -> Char -> m (Sealed (FL p x))Source

peekfor :: ParserM m => ByteString -> m a -> m a -> m aSource