Saturn.Unstable.Extra.Parsec
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 #