From 694584698a3dfcc3912dc6d65d7d670d2d5d2a23 Mon Sep 17 00:00:00 2001 From: Gaƫtan Gilbert Date: Sun, 19 Nov 2017 22:35:52 +0100 Subject: Fix #5790: make Hint Resolve <- respect univ polymorphism flag. --- test-suite/bugs/closed/5790.v | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 test-suite/bugs/closed/5790.v (limited to 'test-suite/bugs') diff --git a/test-suite/bugs/closed/5790.v b/test-suite/bugs/closed/5790.v new file mode 100644 index 0000000000..6c93a3906e --- /dev/null +++ b/test-suite/bugs/closed/5790.v @@ -0,0 +1,7 @@ +Set Universe Polymorphism. +Section foo. +Context (v : Type). +Axiom a : True <-> False. + +Hint Resolve -> a. +End foo. -- cgit v1.2.3