tinymist_analysis::ty

Trait ApplyChecker

Source
pub trait ApplyChecker: TyCtx {
    // Required method
    fn apply(&mut self, sig: Sig<'_>, arguments: &Interned<ArgsTy>, pol: bool);
}

Required Methods§

Source

fn apply(&mut self, sig: Sig<'_>, arguments: &Interned<ArgsTy>, pol: bool)

Implementors§