From bba898003eff1ebb46d415ec5c3d1c00fece922d Mon Sep 17 00:00:00 2001 From: filliatr Date: Thu, 1 Feb 2001 14:57:07 +0000 Subject: bug Variable + Record git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1309 85f007b7-540e-0410-9357-904b9bb8a0f7 --- PROBLEMES | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'PROBLEMES') diff --git a/PROBLEMES b/PROBLEMES index 43be1f5f40..16a6a829f2 100644 --- a/PROBLEMES +++ b/PROBLEMES @@ -1,3 +1,11 @@ +Variable + Record => clash. Exemple: +====================================================================== +Section S. +Variable F:Set. +Record R [ F:Set; x:F ] : Set := { c : x=x }. + => Error: new_isevar_sign: two vars have the same name +====================================================================== + Hints Resolve fait une anomalie si la constante n'existe pas --> CORRIGÉ -- cgit v1.2.3