pub fn prove2<F: FnMut(u64, u64) -> u64>(f: &mut F) -> bool
Expand description

Returns true if proposition is correct, false otherwise.