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 prove_after at crates/formality-rust/src/prove/prove/prove/prove_after.rs:8

Signature:

prove_after(_decls: Program, constraints: Constraints, assumptions: Wcs, goal: Wcs,) => Constraints

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.

prove_after
LineCoverageSource
18N/A(let (assumptions, goal) = c1.substitution().apply((assumptions, goal)))
1917(prove(decls, c1.env(), assumptions, goal) => c2)
──────── ("prove_after")
21137(prove_after(decls, c1, assumptions, goal) => c1.seq(c2))