From 6da464438366b2b5d752b44536b2bedac2a34187 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Wed, 31 Oct 2018 13:33:35 +0100 Subject: Fix #8873: coqchk on inductive with letin parameter --- test-suite/coqchk/bug_8655.v | 1 + 1 file changed, 1 insertion(+) create mode 100644 test-suite/coqchk/bug_8655.v (limited to 'test-suite') diff --git a/test-suite/coqchk/bug_8655.v b/test-suite/coqchk/bug_8655.v new file mode 100644 index 0000000000..06d08b2082 --- /dev/null +++ b/test-suite/coqchk/bug_8655.v @@ -0,0 +1 @@ +Inductive IND2 (A:Type) (T:=fun _ : Type->Type => A) := CONS2 : IND2 A -> IND2 (T IND2). -- cgit v1.2.3