From e60054fe4dbdc26ed545c7ca6fb8ab36b244f2f7 Mon Sep 17 00:00:00 2001 From: herbelin Date: Mon, 27 Oct 2008 11:38:47 +0000 Subject: - Fixed many "Theorem with" bugs. - Fixed doc of assert as. - Doc of apply in + update credits. - Nettoyage partiel de Even.v en utilisant "Theorem with". - Added check that name is not in use for "generalize as". git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@11511 85f007b7-540e-0410-9357-904b9bb8a0f7 --- test-suite/ideal-features/apply.v | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 test-suite/ideal-features/apply.v (limited to 'test-suite/ideal-features') diff --git a/test-suite/ideal-features/apply.v b/test-suite/ideal-features/apply.v new file mode 100644 index 000000000..b10d5dbf9 --- /dev/null +++ b/test-suite/ideal-features/apply.v @@ -0,0 +1,9 @@ +(* Test propagation of evars from subgoal to brother subgoals *) + +(* This does not work (oct 2008) because "match goal" sees "?evar = O" + and not "O = O" + +Lemma eapply_evar : O=O -> 0=O. +intro H; eapply trans_equal; + [apply H | match goal with |- ?x = ?x => reflexivity end]. +Qed. -- cgit v1.2.3