[][src]Function unlambda::parse::parse_from_reader

pub fn parse_from_reader<R: Read>(
    r: R,
    o: ParseOptions
) -> Result<P<Expr>, ParseError>