pub fn infer<Unbound: Ord + Clone, Bound: Ord + Clone>(
premises: &[[Bound; 4]],
rules: &[Rule<Unbound, Bound>],
) -> Vec<[Bound; 4]>Expand description
Make all possible inferences.
pub fn infer<Unbound: Ord + Clone, Bound: Ord + Clone>(
premises: &[[Bound; 4]],
rules: &[Rule<Unbound, Bound>],
) -> Vec<[Bound; 4]>Make all possible inferences.