Skip to main content

Module type_infer

Module type_infer 

Source
Expand description

Constraint-based type inference for VerifyExpr.

Walks the expression tree, collects type constraints from operators, unifies constraints per variable, detects conflicts, and propagates bitvector widths.

Enums§

TypeError

Functions§

infer_types
Infer types for all variables in a VerifyExpr.