Skip to main content

infer

Function infer 

Source
pub fn infer<'a>(stmts: &[Stmt<'a, 'a>]) -> TypeEnv
Expand description

Build a TypeEnv (variable → type map) from stmts.