Type Definition moore_svlog_syntax::resolve::NameResolution [] [src]

type NameResolution = HashMap<NodeId, NodeId>;

The result of name resolution: An association between every identifier in the AST and a definition it points to.