aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 0000000000..a19a3dcc14
--- /dev/null
+++ b/theories/Lists/PolyListSyntax.v
@@ -0,0 +1,7 @@
+
+(* $Id$ *)
+
+(* Syntax for list concatenation *)
+Require PolyList.
+
+Infix RIGHTA 7 "^" app.