File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,9 +19,8 @@ type seed_of_or2and_edge =
1919 state : Proof.state};
2020type seeds_of_or2and_edge ;
2121
22- val print_seed_of_or2and_edge: Proof.context -> seed_of_or2and_edge -> unit list;
23- val seed_is_from_tactic : seed_of_or2and_edge -> bool;
24-
22+ val print_seed_of_or2and_edge : Proof.context -> seed_of_or2and_edge -> unit list;
23+ val seed_is_from_tactic : seed_of_or2and_edge -> bool;
2524val apply_PSL_to_get_seeds_of_or2and_edges: Proof.state -> seeds_of_or2and_edge;
2625val filter_out_bad_seeds_of_or2and_edge : term (* parental or-node*) -> Proof.state -> abduction_graph -> seeds_of_or2and_edge -> seeds_of_or2and_edge
2726val conjectures_to_seeds_of_or2and_edge : (Proof.state (* default pst*) * Proof.state (* chained pst to proved the parental ornode*) ) -> (string * term) list -> seeds_of_or2and_edge;
You can’t perform that action at this time.
0 commit comments