aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacmach.mli
diff options
context:
space:
mode:
Diffstat (limited to 'proofs/tacmach.mli')
-rw-r--r--proofs/tacmach.mli2
1 files changed, 0 insertions, 2 deletions
diff --git a/proofs/tacmach.mli b/proofs/tacmach.mli
index e7ad5d000..da9aecde9 100644
--- a/proofs/tacmach.mli
+++ b/proofs/tacmach.mli
@@ -118,8 +118,6 @@ val rename_hyp : (identifier*identifier) list -> tactic
(** {6 Tactics handling a list of goals. } *)
-type validation_list = proof_tree list -> proof_tree list
-
type tactic_list = Refiner.tactic_list
val first_goal : 'a list sigma -> 'a sigma