From 1d7133e6730a9ea8632870b36ac949211679b83a Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 15 Jan 2003 20:34:57 +0000 Subject: Problème de désynchronisation des variables du type et du corps d'un point-fixe 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@3504 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/output/Cases.v | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-suite/output/Cases.v (limited to 'test-suite/output/Cases.v') diff --git a/test-suite/output/Cases.v b/test-suite/output/Cases.v new file mode 100644 index 000000000..7483e8c40 --- /dev/null +++ b/test-suite/output/Cases.v @@ -0,0 +1,5 @@ +(* Cases with let-in in constructors types *) + +Inductive t : Set := k : [x:=t]x -> x. + +Print t_rect. -- cgit v1.2.3