Function parser_c::parser::parser_monad::thenP
[−]
[src]
pub fn thenP<a: 'static, b: 'static>(P: P<a>, k: Box<Fn(a) -> P<b>>) -> P<b>