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 all_even at crates/formality-core/src/judgment/test_for_all.rs:19

Signature:

all_even(nums: Vec<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.

all_even
LineCoverageSource
26(for_all(n in nums)
(if is_even(n).is_ok()))
──────── ("all_even")
292(all_even(nums) => ())