File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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;
You can’t perform that action at this time.
0 commit comments