many1<I, O> function

Many1<I, O> many1<I, O>(
  1. Parser<I, O> p
)

Implementation

Many1<I, O> many1<I, O>(Parser<I, O> p) => Many1(p);