[][src]Function minitt::check::decl::check_declaration

pub fn check_declaration(
    index: u32,
    tcs: TCS,
    declaration: Declaration
) -> TCM<TCS>

Originally checkD in Mini-TT, but now it's not because this implementation supports prefixed parameters :)
Check if a declaration is well-typed and update the context.