From fe4a7b6b7b23c9f5c17100e05f0216a0b0553319 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 13 Nov 2000 17:48:39 +0000 Subject: Retour a la version 1.1 git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@848 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Lists/PolyListSyntax.v | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 theories/Lists/PolyListSyntax.v (limited to 'theories') 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. -- cgit v1.2.3