StringParser<O> typedef

StringParser<O> = Parser<String, O>

Implementation

typedef StringParser<O> = Parser<String, O>;