aboutsummaryrefslogtreecommitdiff
path: root/toplevel
diff options
context:
space:
mode:
authorletouzey2012-05-29 11:09:03 +0000
committerletouzey2012-05-29 11:09:03 +0000
commit4a39b5cb9841a9e11b745bce0d3dc2bc86d6b185 (patch)
treeab90f9acc3dc2038ea17367afb2cc4285a77f1b2 /toplevel
parenta3ab8b07b912afd1b883ed60bd532b5a29bccd8f (diff)
Basic stuff about constr_expr migrated from topconstr to constrexpr_ops
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@15382 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'toplevel')
-rw-r--r--toplevel/command.ml1
-rw-r--r--toplevel/metasyntax.ml2
-rw-r--r--toplevel/record.ml2
3 files changed, 3 insertions, 2 deletions
diff --git a/toplevel/command.ml b/toplevel/command.ml
index a1d6eecf2c..0cf5aaa682 100644
--- a/toplevel/command.ml
+++ b/toplevel/command.ml
@@ -20,6 +20,7 @@ open Names
open Libnames
open Nameops
open Constrexpr
+open Constrexpr_ops
open Topconstr
open Constrintern
open Nametab
diff --git a/toplevel/metasyntax.ml b/toplevel/metasyntax.ml
index 6b64f95466..203d8ba022 100644
--- a/toplevel/metasyntax.ml
+++ b/toplevel/metasyntax.ml
@@ -13,9 +13,9 @@ open Errors
open Util
open Names
open Constrexpr
+open Constrexpr_ops
open Notation_term
open Notation_ops
-open Topconstr
open Ppextend
open Extend
open Libobject
diff --git a/toplevel/record.ml b/toplevel/record.ml
index f4ef35e01b..84592f2a71 100644
--- a/toplevel/record.ml
+++ b/toplevel/record.ml
@@ -26,7 +26,7 @@ open Decl_kinds
open Indtypes
open Type_errors
open Constrexpr
-open Topconstr
+open Constrexpr_ops
(********** definition d'un record (structure) **************)