From 74682bb27da074fedc115238f3085baaccf12d73 Mon Sep 17 00:00:00 2001 From: Matthieu Sozeau Date: Tue, 13 Jan 2015 07:09:05 +0530 Subject: TCs: Properly handle Hint Extern with conclusions of the form _ -> _ in typeclasses eauto, remaining compatible with eauto and still producing eta-reduced applications for Hint Resolves. Fixes bug #3794. --- test-suite/bugs/closed/3794.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/bugs/closed/3794.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/3794.v b/test-suite/bugs/closed/3794.v new file mode 100644 index 0000000000..6963d81c14 --- /dev/null +++ b/test-suite/bugs/closed/3794.v @@ -0,0 +1,6 @@ +Hint Extern 10 ((?X = ?Y) -> False) => intros; discriminate. +Hint Unfold not : core. + +Goal true<>false. +typeclasses eauto with core. +Qed. \ No newline at end of file -- cgit v1.2.3