many1<E> function

Many1Parser<E> many1<E>(
  1. Parser<E> p
)

Implementation

Many1Parser<E> many1<E>(Parser<E> p) => Many1Parser(p);