in
match
Saturation.solve_narrowing bag (proof'''',newmeta) active passive
- 1 (*0 infinity*)
+ 2 (*0 infinity*)
with
| None, active, passive, bag ->
raise (ProofEngineTypes.Fail (lazy ("paramod fails")))
let candidates =
get_candidates flags.skip_trie_filtering universe cache goalty_aux
in
- (* if the goal is an equality we skip the congruence theorems *)
+ (* if the goal is an equality we skip the congruence theorems
let candidates =
if is_equational_case goalty flags
- then List.filter not_default_eq_term candidates
- else candidates
- in
+ then List.filter not_default_eq_term candidates
+ else candidates
+ in *)
let candidates = List.filter (only signature context metasenv) candidates
in
let tables, elems =