aboutsummaryrefslogtreecommitdiffhomepage
path: root/proofs/tacmach.mli
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-05 00:56:29 +0100
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-11-07 18:41:22 +0100
commitc32728e7bf0ba0449b60ea49df7f92fb6b70923d (patch)
treeaa4221a0343c0095808010f15fb5dbb1a4efe237 /proofs/tacmach.mli
parentb320666d84e2f9b91d0ab6dd70f29cdb7da68818 (diff)
Removing the legacy intro tactic code.
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 a9f7bffbf..8b95ae427 100644
--- a/proofs/tacmach.mli
+++ b/proofs/tacmach.mli
@@ -84,7 +84,6 @@ val pf_is_matching : goal sigma -> constr_pattern -> constr -> bool
(** {6 The most primitive tactics. } *)
val refiner : rule -> tactic
-val introduction_no_check : Id.t -> tactic
val internal_cut_no_check : bool -> Id.t -> types -> tactic
val refine_no_check : constr -> tactic
val thin_no_check : Id.t list -> tactic
@@ -94,7 +93,6 @@ val mutual_cofix : Id.t -> (Id.t * constr) list -> int -> tactic
(** {6 The most primitive tactics with consistency and type checking } *)
-val introduction : Id.t -> tactic
val internal_cut : bool -> Id.t -> types -> tactic
val internal_cut_rev : bool -> Id.t -> types -> tactic
val refine : constr -> tactic