aboutsummaryrefslogtreecommitdiffhomepage
path: root/theories
diff options
context:
space:
mode:
authorGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-13 17:48:39 +0000
committerGravatar herbelin <herbelin@85f007b7-540e-0410-9357-904b9bb8a0f7>2000-11-13 17:48:39 +0000
commitfe4a7b6b7b23c9f5c17100e05f0216a0b0553319 (patch)
treef1b3589bb39927183ed14af5d048cb8643e6d68b /theories
parent4dafce245d8b392030f6e3b4628ac5dbfc432482 (diff)
Retour a la version 1.1
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@848 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories')
-rw-r--r--theories/Lists/PolyListSyntax.v7
1 files changed, 7 insertions, 0 deletions
diff --git a/theories/Lists/PolyListSyntax.v b/theories/Lists/PolyListSyntax.v
new file mode 100644
index 000000000..a19a3dcc1
--- /dev/null
+++ b/theories/Lists/PolyListSyntax.v
@@ -0,0 +1,7 @@
+
+(* $Id$ *)
+
+(* Syntax for list concatenation *)
+Require PolyList.
+
+Infix RIGHTA 7 "^" app.