[][src]Function pocket_prover::path1_provenm

pub fn path1_provenm<F: FnMut(&[u64], &[u64]) -> u64>(
    f: usize,
    x: usize,
    fun: &mut F
) -> bool

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.