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 move_place at crates/formality-mdbook/src/lib.rs:469

Signature:

move_place(env: Env, live_after: LivePlaces, place: Place, ty: Ty,) => Env

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.

copy
LineCoverageSource
480(if live_after.is_live(&place))
481(prove_is_copy(&env, ty) => ())
──────── ("copy")
483(move_place(env, _live_after, _place, ty) => &env)
give
LineCoverageSource
487(if !live_after.is_live(&place))
488N/A(let env = env.with_place_in_flight(&place))
──────── ("give")
490(move_place(env, live_after, place, _ty) => env)