aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories/Relations
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-10 17:10:52 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-10 17:10:52 +0000
commit108766703db1400ff30f2de8365da9a774eee46b (patch)
treeaf34df68fcefde9d41ca6cb83dd1a4b67bc16ea3 /theories/Relations
parentf747aa371fd3995e0978165b4aa1524688b2676f (diff)
Finalement PolyListSyntax est necessaire (la redondance venait d'une confusion dans les methodes open/load)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@840 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Relations')
-rwxr-xr-xtheories/Relations/Relation_Operators.v1
1 files changed, 1 insertions, 0 deletions
diff --git a/theories/Relations/Relation_Operators.v b/theories/Relations/Relation_Operators.v
index 546d97f90..1944b60cd 100755
--- a/theories/Relations/Relation_Operators.v
+++ b/theories/Relations/Relation_Operators.v
@@ -11,6 +11,7 @@
Require Relation_Definitions.
Require PolyList.
+Require PolyListSyntax.
(* Some operators to build relations *)