From c0b7b5b8127955fa2cb5d70bd0a84aec50f8e015 Mon Sep 17 00:00:00 2001 From: msozeau Date: Thu, 18 Apr 2013 15:26:08 +0000 Subject: Finer fix for bug 3017, mark unresolvability only of goals that are instances of metas in clenvtac. Makes Math-Classes compile again. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16429 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/bugs/closed/shouldsucceed/3017.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/bugs/closed/shouldsucceed/3017.v (limited to 'test-suite/bugs') diff --git a/test-suite/bugs/closed/shouldsucceed/3017.v b/test-suite/bugs/closed/shouldsucceed/3017.v new file mode 100644 index 0000000000..63a06bd3d6 --- /dev/null +++ b/test-suite/bugs/closed/shouldsucceed/3017.v @@ -0,0 +1,6 @@ +Class A := {}. + Class B {T} `(A) := { B_intro : forall t t' : T, t = t' }. + Lemma foo T (t t' : T) : t = t'. + erewrite @B_intro. + reflexivity. + Abort. -- cgit v1.2.3