From ea083ac106f048e64c1b57ddd37ac717236b8ecd Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Sat, 14 Feb 2015 12:54:36 +0100 Subject: Univs: When computing the level of an inductive including indices, lets do not contribute. Fixes bug #3808. --- test-suite/bugs/closed/3808.v | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 test-suite/bugs/closed/3808.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/3808.v b/test-suite/bugs/closed/3808.v new file mode 100644 index 0000000000..6e19ddf8dc --- /dev/null +++ b/test-suite/bugs/closed/3808.v @@ -0,0 +1,2 @@ +Inductive Foo : (let enforce := (fun x => x) : Type@{j} -> Type@{i} in Type@{i}) + := foo : Foo. \ No newline at end of file -- cgit v1.2.3