From 8b78dec71c7922ab335a554d28b320423efbb9d3 Mon Sep 17 00:00:00 2001 From: glondu Date: Tue, 28 Sep 2010 15:32:17 +0000 Subject: Remove some occurrences of "open Termops" Functions from Termops were sometimes fully qualified, sometimes not in the same module. This commit makes their usage more uniform. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13470 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/setoid_ring/newring.ml4 | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'plugins/setoid_ring') diff --git a/plugins/setoid_ring/newring.ml4 b/plugins/setoid_ring/newring.ml4 index 052406867d..741d22a8a7 100644 --- a/plugins/setoid_ring/newring.ml4 +++ b/plugins/setoid_ring/newring.ml4 @@ -17,7 +17,6 @@ open Environ open Libnames open Tactics open Rawterm -open Termops open Tacticals open Tacexpr open Pcoq @@ -102,7 +101,7 @@ let protect_tac map = Tactics.reduct_option (protect_red map,DEFAULTcast) None ;; let protect_tac_in map id = - Tactics.reduct_option (protect_red map,DEFAULTcast) (Some(id,InHyp));; + Tactics.reduct_option (protect_red map,DEFAULTcast) (Some(id, Termops.InHyp));; TACTIC EXTEND protect_fv -- cgit v1.2.3