[][src]Function itsy::frontend::resolve

pub fn resolve<'a, T = Standalone>(
    program: Program<'a>,
    entry: &str
) -> ResolvedProgram<'a, T> where
    T: VMFunc<T>, 

Resolves types within the given program AST structure.