fn repeat0_<I, O, C, E, F>(f: &mut F, i: &mut I) -> PResult<C, E>where I: Stream, C: Accumulate<O>, F: Parser<I, O, E>, E: ParserError<I>,