From 4c0f25f7acb8c6f7b64e8d5b035a7cd680818372 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 10 May 2006 13:36:09 +0000 Subject: Conformité nouveaux principes: Declare Module non utilisable pour définir un module MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@8801 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/modules/mod_decl.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/modules') diff --git a/test-suite/modules/mod_decl.v b/test-suite/modules/mod_decl.v index aad493cee..b886eb59d 100644 --- a/test-suite/modules/mod_decl.v +++ b/test-suite/modules/mod_decl.v @@ -34,7 +34,7 @@ Module Type T. Declare Module M1: SIG. - Declare Module M2 <: SIG. + Module M2 <: SIG. Definition A := nat. End M2. -- cgit v1.2.3