Skip to main content

infer

Function infer 

Source
pub fn infer(
    type_system: &mut TypeSystem,
    expr: &Expr,
) -> Result<(Vec<Predicate>, Type), TypeError>