saturn-1.0.0.2: Handle POSIX cron schedules.
Safe HaskellSafe-Inferred
LanguageHaskell2010

Saturn.Unstable.Extra.Parsec

Documentation

either :: ParsecT s u m a -> ParsecT s u m b -> ParsecT s u m (Either a b) Source #

sepByNE :: ParsecT s u m a -> ParsecT s u m sep -> ParsecT s u m (NonEmpty a) Source #