pub type BaseRoot<'a> = IRRoot<BaseConvertInfo<'a>>;
Aliased Type§
struct BaseRoot<'a> {
pub body: Vec<IRNode<BaseConvertInfo<'a>>>,
pub top_scope: TopScope<'a>,
}
Fields§
§body: Vec<IRNode<BaseConvertInfo<'a>>>
§top_scope: TopScope<'a>
entities to define/import in top level scope