From 6f60984128d38d1166000223f369fdeb1c6af1a3 Mon Sep 17 00:00:00 2001 From: glondu Date: Thu, 23 Dec 2010 18:51:08 +0000 Subject: Rename rawterm.ml into glob_term.ml git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13744 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/elim.mli | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tactics/elim.mli') diff --git a/tactics/elim.mli b/tactics/elim.mli index fcf469e2c..48a7ca68c 100644 --- a/tactics/elim.mli +++ b/tactics/elim.mli @@ -30,5 +30,5 @@ val h_decompose : inductive list -> constr -> tactic val h_decompose_or : constr -> tactic val h_decompose_and : constr -> tactic -val double_ind : Rawterm.quantified_hypothesis -> Rawterm.quantified_hypothesis -> tactic -val h_double_induction : Rawterm.quantified_hypothesis -> Rawterm.quantified_hypothesis->tactic +val double_ind : Glob_term.quantified_hypothesis -> Glob_term.quantified_hypothesis -> tactic +val h_double_induction : Glob_term.quantified_hypothesis -> Glob_term.quantified_hypothesis->tactic -- cgit v1.2.3