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

Path Semantical Logic: Returns true if proposition is correct, false otherwise.

For more information, see the section “Path Semantical Logic” at the top level documentation.

For 2-argument functions this is the same as normal theorem proving.