purebred-0.1.0.0: An mail user agent built around notmuch

Safe HaskellNone
LanguageHaskell2010

Purebred.Tags

Synopsis

Documentation

skipSpaces :: Parser () Source #

skip whitespace. fails on no whitespace

niceEndOfInput :: Parser () Source #

Assert end of input has been reached, or fail with a message that includes the problematic character and the offset.

offset :: Parser i Int Source #

Get the current position of the parser