From 640a6d2f48ba07b51bcabc4235eaa4a497f4c263 Mon Sep 17 00:00:00 2001 From: msozeau Date: Wed, 2 Jan 2008 13:26:08 +0000 Subject: Better resolution of implicit parameters in typeclass binders, add extensionality tactic to apply the axiom properly and fix test-suite. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@10415 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/bugs/closed/shouldsucceed/1411.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test-suite/bugs') diff --git a/test-suite/bugs/closed/shouldsucceed/1411.v b/test-suite/bugs/closed/shouldsucceed/1411.v index 11eb69b5d3..bb475bdc2a 100644 --- a/test-suite/bugs/closed/shouldsucceed/1411.v +++ b/test-suite/bugs/closed/shouldsucceed/1411.v @@ -18,7 +18,7 @@ intros. destruct H. Defined. -Program Fixpoint fetch t p (x:Exact t p) {struct x} := +Program Fixpoint fetch t p (x:Exact t p) {struct t} := match t, p with | No p' , nil => p' | No p' , _::_ => unreachable nat _ -- cgit v1.2.3