MCPcopy Create free account
hub / github.com/ControlCplusControlV/Scribe / TypeInferrer

Class TypeInferrer

crates/papyrus/src/type_inference.rs:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Default)]
12struct TypeInferrer {
13 scoped_variables: HashMap<String, YulType>,
14 expected_types: Vec<Option<YulType>>,
15 evaluated_types: Vec<Option<YulType>>,
16}
17
18//FIXME: needs comments still
19impl TypeInferrer {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected