aboutsummaryrefslogtreecommitdiff
path: root/plugins/ltac/pptactic.ml
diff options
context:
space:
mode:
authorMaxime Dénès2018-03-10 12:40:04 +0100
committerMaxime Dénès2018-03-10 12:40:04 +0100
commit33c5d8d00cb017c61141ee0d6b7cb8f672a3e691 (patch)
treec7185ce535ef7c5438e79f1c4b81464c8367d6c9 /plugins/ltac/pptactic.ml
parent4d5c7243b4aea5b28358757e2d86c11334da6699 (diff)
parent99129d2518bd9fe92051aa89138cbb57c839a270 (diff)
Merge PR #6869: [ssreflect] Fix module scoping problems due to packing and mli files.
Diffstat (limited to 'plugins/ltac/pptactic.ml')
-rw-r--r--plugins/ltac/pptactic.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/plugins/ltac/pptactic.ml b/plugins/ltac/pptactic.ml
index 5d262ffcb2..11bb7a2341 100644
--- a/plugins/ltac/pptactic.ml
+++ b/plugins/ltac/pptactic.ml
@@ -14,11 +14,9 @@ open Namegen
open CErrors
open Util
open Constrexpr
-open Tacexpr
open Genarg
open Geninterp
open Stdarg
-open Tacarg
open Libnames
open Notation_term
open Misctypes
@@ -29,6 +27,9 @@ open Pputils
open Ppconstr
open Printer
+open Tacexpr
+open Tacarg
+
module Tag =
struct