From 2a07fb44bd453fe9ff2649b498dfb6c0e8001324 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Wed, 10 Mar 2021 17:06:22 +0100 Subject: Fix kernel incorrectly assuming the "using" hyps are transitively closed Fix #13903 --- test-suite/bugs/closed/bug_13903.v | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 test-suite/bugs/closed/bug_13903.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/bug_13903.v b/test-suite/bugs/closed/bug_13903.v new file mode 100644 index 0000000000..7c1820b85c --- /dev/null +++ b/test-suite/bugs/closed/bug_13903.v @@ -0,0 +1,5 @@ +Section test. +Variables (T : Type) (x : T). +#[using="x"] Definition test : unit := tt. +End test. +Check test : forall T, T -> unit. -- cgit v1.2.3