aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics/tacticals.ml
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-06-23 17:12:47 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-06-23 17:12:47 +0200
commit1f7665f8cac6002ff1c76db5cc6e2a5c8f261ee7 (patch)
treeef290ea22dec9c6e904fb2dce084d328d8e85f8b /tactics/tacticals.ml
parente2b64c6df6e59dda27b3b19ca8bde19c2bdf35e2 (diff)
Removing opens to Clenvtac to track its use more easily.
Diffstat (limited to 'tactics/tacticals.ml')
-rw-r--r--tactics/tacticals.ml3
1 files changed, 1 insertions, 2 deletions
diff --git a/tactics/tacticals.ml b/tactics/tacticals.ml
index f647ac510..4d6893f1c 100644
--- a/tactics/tacticals.ml
+++ b/tactics/tacticals.ml
@@ -16,7 +16,6 @@ open Context
open Declarations
open Tacmach
open Clenv
-open Clenvtac
open Misctypes
(************************************************************************)
@@ -593,7 +592,7 @@ module New = struct
in
let branchtacs = List.init (Array.length branchsigns) after_tac in
Proofview.tclTHEN
- (Proofview.V82.tactic (clenv_refine false clenv'))
+ (Proofview.V82.tactic (Clenvtac.clenv_refine false clenv'))
(Proofview.tclEXTEND [] tclIDTAC branchtacs)
end