Function gluon_parser::parse_partial_let_or_expr [] [src]

pub fn parse_partial_let_or_expr<Id>(
    symbols: &mut IdentEnv<Ident = Id>,
    input: &str
) -> Result<LetOrExpr<Id>, (Option<LetOrExpr<Id>>, ParseErrors)> where
    Id: Clone