aboutsummaryrefslogtreecommitdiff
path: root/parsing/g_proofs.ml4
diff options
context:
space:
mode:
Diffstat (limited to 'parsing/g_proofs.ml4')
-rw-r--r--parsing/g_proofs.ml414
1 files changed, 6 insertions, 8 deletions
diff --git a/parsing/g_proofs.ml4 b/parsing/g_proofs.ml4
index 22a9e0d85f..2086bfffcf 100644
--- a/parsing/g_proofs.ml4
+++ b/parsing/g_proofs.ml4
@@ -6,19 +6,17 @@
(* * GNU Lesser General Public License Version 2.1 *)
(************************************************************************)
-open Pcoq
-open Pp
-open Tactic
-open Util
-open Vernac_
open Constrexpr
open Vernacexpr
open Locality
-open Prim
-open Constr
-open Tok
open Misctypes
+open Pcoq
+open Pcoq.Tactic
+open Pcoq.Prim
+open Pcoq.Constr
+open Pcoq.Vernac_
+
let thm_token = G_vernac.thm_token
(* Proof commands *)