From bb7d7482724489521dde94a5b70af7864acfa802 Mon Sep 17 00:00:00 2001 From: barras Date: Thu, 1 Mar 2001 10:09:34 +0000 Subject: nouvelle implantation de la reduction suppression de IsXtra du noyau git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1416 85f007b7-540e-0410-9357-904b9bb8a0f7 --- tactics/refine.ml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tactics') diff --git a/tactics/refine.ml b/tactics/refine.ml index 8ec991c0f1..6c87782fcc 100644 --- a/tactics/refine.ml +++ b/tactics/refine.ml @@ -213,8 +213,7 @@ let rec compute_metamap env c = match kind_of_term c with TH (c,[],[]) (* Autres cas. *) - | IsXtra _|IsCoFix _ -> - invalid_arg "Tcc.compute_metamap" + | IsCoFix _ -> invalid_arg "Tcc.compute_metamap" (* tcc_aux : term_with_holes -> tactic -- cgit v1.2.3