[][src]Function gluon_parser::parse_partial_repl_line

pub fn parse_partial_repl_line<Id, S: ?Sized>(
    symbols: &mut dyn IdentEnv<Ident = Id>,
    input: &S
) -> Result<Option<ReplLine<Id>>, (Option<ReplLine<Id>>, ParseErrors)> where
    Id: Clone + Eq + Hash + AsRef<str> + Debug,
    S: ParserSource