From c32728e7bf0ba0449b60ea49df7f92fb6b70923d Mon Sep 17 00:00:00 2001 From: Pierre-Marie Pédrot Date: Wed, 5 Nov 2014 00:56:29 +0100 Subject: Removing the legacy intro tactic code. --- proofs/tacmach.mli | 2 -- 1 file changed, 2 deletions(-) (limited to 'proofs/tacmach.mli') 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 -- cgit v1.2.3