Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Judgment check_associated_ty at crates/formality-rust/src/check/traits.rs:74

Signature:

check_associated_ty(program: Program, env: Env, trait_where_clauses: Wcs, associated_ty: AssociatedTy,) => ()

The number on each rule’s conclusion is positive coverage; the number on each premise is negative coverage. Click a number to browse the tests.

check associated ty
LineCoverageSource
84N/A(let AssociatedTy { id: _, binder } = associated_ty)
85N/A(let (env, bound_data) = env.instantiate_universally(binder))
86N/A(let AssociatedTyBoundData { ensures: _, where_clauses } = bound_data)
89(super::where_clauses::prove_where_clauses_well_formed(
program, env, (trait_where_clauses, where_clauses), where_clauses,
) => ())
──────── ("check associated ty")
9499(check_associated_ty(program, env, trait_where_clauses, associated_ty) => ())