pub fn parse_expr(
    compiler: &mut ModuleCompiler<'_, '_>,
    type_cache: &TypeCache<Symbol, ArcType>,
    file: &str,
    expr_str: &str
) -> SalvageResult<OwnedExpr<Symbol>, InFile<Error>>