Home
last modified time | relevance | path

Searched refs:TypeVarConstruct (Results 1 – 1 of 1) sorted by relevance

/wasmtime-44.0.1/cranelift/isle/veri/veri_engine/src/
H A Dtype_inference.rs43 pub enum TypeVarConstruct { enum
57 construct: TypeVarConstruct,
1424 TypeVarConstruct::Var => { in add_rule_constraints()
1432 TypeVarConstruct::BindPattern => { in add_rule_constraints()
1446 TypeVarConstruct::Wildcard(i) => { in add_rule_constraints()
1449 TypeVarConstruct::Const(i) => { in add_rule_constraints()
1459 TypeVarConstruct::Bool(val) => { in add_rule_constraints()
1470 TypeVarConstruct::And => { in add_rule_constraints()
1490 TypeVarConstruct::Let(bound) => { in add_rule_constraints()
1509 TypeVarConstruct::Term(term_id) => { in add_rule_constraints()
[all …]