diff options
| author | herbelin | 2007-04-29 09:01:38 +0000 |
|---|---|---|
| committer | herbelin | 2007-04-29 09:01:38 +0000 |
| commit | 42147c4437754601b7a420facc3b0bdf1ea5ea6e (patch) | |
| tree | 2826573b9e312a89015547984006bd579b5d3c44 /test-suite | |
| parent | 0a2ed2d39cd9c89c3dc63a0f5413ba5a20df0e92 (diff) | |
Correction bug #1507 (report révision 9807 de v8.1 vers trunk)
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@9809 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite')
| -rw-r--r-- | test-suite/success/univers.v | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/test-suite/success/univers.v b/test-suite/success/univers.v index 87edc4debe..3c2c088310 100644 --- a/test-suite/success/univers.v +++ b/test-suite/success/univers.v @@ -56,3 +56,7 @@ intro. set (C := forall m, Q m -> Q m). exact I. Qed. + +(* Submitted by Danko Ilik (bug report #1507); related to LetIn *) + +Record U : Type := { A:=Type; a:A }. |
