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 orphan_check_neg at crates/formality-rust/src/check/coherence.rs:45

Signature:

orphan_check_neg(program: Program, impl_a: NegTraitImpl) => ()

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.

orphan_check_neg
LineCoverageSource
56N/A(let (env, a) = Env::default().instantiate_universally(&impl_a.binder))
57N/A(let trait_ref = a.trait_ref())
581(prove_goal(program, env, &a.where_clauses, Predicate::is_local(trait_ref)) => ())
──────── ("orphan_check_neg")
603(orphan_check_neg(program, impl_a) => ())