choice<I, O> function

Choice<I, O> choice<I, O>(
  1. List<Parser<I, O>> ps
)

Implementation

Choice<I, O> choice<I, O>(List<Parser<I, O>> ps) => Choice(ps);