From b93b983a29b542d6fc0cbce6686beea57cdddfd2 Mon Sep 17 00:00:00 2001 From: herbelin Date: Wed, 21 Jul 2010 16:12:40 +0000 Subject: Quick fix for bug #2350 (ensuring enough "red" when refine calls fix tactic). git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@13301 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/bugs/closed/shouldsucceed/2350.v | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test-suite/bugs/closed/shouldsucceed/2350.v (limited to 'test-suite') diff --git a/test-suite/bugs/closed/shouldsucceed/2350.v b/test-suite/bugs/closed/shouldsucceed/2350.v new file mode 100644 index 0000000000..e91f22e267 --- /dev/null +++ b/test-suite/bugs/closed/shouldsucceed/2350.v @@ -0,0 +1,6 @@ +(* Check that the fix tactic, when called from refine, reduces enough + to see the products *) + +Definition foo := forall n:nat, n=n. +Definition bar : foo. +refine (fix aux (n:nat) := _). -- cgit v1.2.3