[][src]Function unlambda::parse::parse_from_file

pub fn parse_from_file(
    path: impl AsRef<Path>,
    o: ParseOptions
) -> Result<P<Expr>, ParseError>