Skip to content

Commit 7eb6ee9

Browse files
committed
minor clean-up.
1 parent 6fc6e0e commit 7eb6ee9

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

Abduction/Seed_Of_Or2And_Edge.ML

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,8 @@ type seed_of_or2and_edge =
1919
state : Proof.state};
2020
type 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;
2524
val apply_PSL_to_get_seeds_of_or2and_edges: Proof.state -> seeds_of_or2and_edge;
2625
val filter_out_bad_seeds_of_or2and_edge : term (*parental or-node*) -> Proof.state -> abduction_graph -> seeds_of_or2and_edge -> seeds_of_or2and_edge
2726
val 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;

0 commit comments

Comments
 (0)