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 is_zero at crates/formality-core/tests/coverage.rs:40

Signature:

is_zero(n: Num) => ()

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.

is_zero
LineCoverageSource
45(if n.0 == 0)
──────── ("is_zero")
47(is_zero(n) => ())