From 67f5c70a480c95cfb819fc68439781b5e5e95794 Mon Sep 17 00:00:00 2001 From: ppedrot Date: Fri, 14 Dec 2012 15:56:25 +0000 Subject: Modulification of identifier git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16071 85f007b7-540e-0410-9357-904b9bb8a0f7 --- proofs/goal.mli | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'proofs/goal.mli') diff --git a/proofs/goal.mli b/proofs/goal.mli index 762bcf643..1146d95f6 100644 --- a/proofs/goal.mli +++ b/proofs/goal.mli @@ -102,10 +102,10 @@ val refine : refinable -> subgoals sensitive (*** Cleaning goals ***) (* Implements the [clear] tactic *) -val clear : Names.identifier list -> subgoals sensitive +val clear : Names.Id.t list -> subgoals sensitive (* Implements the [clearbody] tactic *) -val clear_body : Names.identifier list -> subgoals sensitive +val clear_body : Names.Id.t list -> subgoals sensitive (*** Conversion in goals ***) @@ -121,7 +121,7 @@ val convert_concl : bool -> Term.constr -> subgoals sensitive (*** Bureaucracy in hypotheses ***) (* Renames a hypothesis. *) -val rename_hyp : Names.identifier -> Names.identifier -> subgoals sensitive +val rename_hyp : Names.Id.t -> Names.Id.t -> subgoals sensitive (*** Sensitive primitives ***) -- cgit v1.2.3