aboutsummaryrefslogtreecommitdiffhomepage
path: root/tactics
diff options
context:
space:
mode:
authorGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-03 21:43:45 +0200
committerGravatar Pierre-Marie Pédrot <pierre-marie.pedrot@inria.fr>2014-09-03 22:46:03 +0200
commit8287733d5df1bd673a38e92f23c47e95d1bb7a91 (patch)
tree14185967d8e447ed1f3cfc51f3772bf24859bfaa /tactics
parent2c96be02dfa0a6169856a844dfc36b7f1053d0c5 (diff)
Putting back normalized goals when entering them.
This should allow tactics after a Goal.enter not to have to renormalize them uselessly.
Diffstat (limited to 'tactics')
-rw-r--r--tactics/rewrite.ml1
1 files changed, 0 insertions, 1 deletions
diff --git a/tactics/rewrite.ml b/tactics/rewrite.ml
index 2c6e7e736..b67aee7f7 100644
--- a/tactics/rewrite.ml
+++ b/tactics/rewrite.ml
@@ -33,7 +33,6 @@ open Locus
open Locusops
open Decl_kinds
open Elimschemes
-open Goal
open Environ
open Tacinterp
open Termops