Function parser_haskell::haskell::parse_Exprs
[−]
[src]
pub fn parse_Exprs<'input, 'err>(
errors: &'err mut Vec<ErrorRecovery<usize, (usize, &'input str), ()>>,
input: &'input str
) -> Result<Vec<Expr>, ParseError<usize, (usize, &'input str), ()>>