Skip to content

Commit e7b4820

Browse files
committed
bug fixed.
1 parent d3ac8b3 commit e7b4820

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Abduction/Seed_Of_Or2And_Edge.ML

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ fun condition_to_filter_out (parent_or:term) (pst:Proof.state) (ag:abduction_gra
117117
fun eq_to_final_goal _ = exists (Top_Down_Util.alpha_eq_over_fvar final_goal) trms : bool;
118118
fun concl_is_eq_to_final_goal _ = exists (concl_is_alpha_eq_to final_goal) trms : bool;
119119
fun has_func_with_three_occs_in_a_row _ = exists
120-
(fn trm => SeLFiE_For_Top_Down.run_assertion (Top_Down_Util.mk_pst_to_prove_from_term (Proof.context_of pst) trm) SeLFiE_For_Top_Down.has_func_with_three_occs_in_a_row trm) trms;
120+
(fn trm => SeLFiE_For_Top_Down.run_assertion (Proof.context_of pst) trm SeLFiE_For_Top_Down.has_func_with_three_occs_in_a_row) trms;
121121
fun has_counter_example_in_prems (pst:Proof.state) (term:term) =
122122
let
123123
val prems = Logic.strip_imp_prems term: terms;

0 commit comments

Comments
 (0)