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

Returns true if proposition is correct, false otherwise.