Map$<I, O, O1> constructor

Map$<I, O, O1>(
  1. Parser<I, O> p,
  2. Mapper<O, O1> m
)

Implementation

Map$(this.p, this.m) {
  label = 'map($p $m)';
}