diff options
| -rw-r--r-- | theories/Lists/PolyListSyntax.v | 7 |
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. |
