cell method

  1. @override
Parser cell()
override

Implementation

@override
Parser cell() => super.cell().map((each) => Cons(each[0], each[1]));