Skip to main content

infer_expr

Function infer_expr 

Source
pub fn infer_expr(expr: &Expr, env: &TypeEnv) -> Type
Expand description

Infer the type of an expression given the current type environment.