diff options
| author | herbelin | 2000-11-13 17:48:39 +0000 |
|---|---|---|
| committer | herbelin | 2000-11-13 17:48:39 +0000 |
| commit | fe4a7b6b7b23c9f5c17100e05f0216a0b0553319 (patch) | |
| tree | f1b3589bb39927183ed14af5d048cb8643e6d68b | |
| parent | 4dafce245d8b392030f6e3b4628ac5dbfc432482 (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
| -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. |
