diff options
| author | glondu | 2009-12-02 08:36:14 +0000 |
|---|---|---|
| committer | glondu | 2009-12-02 08:36:14 +0000 |
| commit | 3cb4411089c18351d57685f9abe455d3f61f308f (patch) | |
| tree | c23e0d757eee079722f4fcc92b37e69c4ff4ef81 /test-suite/parser/obj_magic.v | |
| parent | 3e253de6854b139a8a1be76af2388ffa9a3dcdb2 (diff) | |
Remove interface plugin
It has moved to the contribs (Sophia-Antipolis/Interface).
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12555 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'test-suite/parser/obj_magic.v')
| -rw-r--r-- | test-suite/parser/obj_magic.v | 22 |
1 files changed, 0 insertions, 22 deletions
diff --git a/test-suite/parser/obj_magic.v b/test-suite/parser/obj_magic.v deleted file mode 100644 index 7f0c23af66..0000000000 --- a/test-suite/parser/obj_magic.v +++ /dev/null @@ -1,22 +0,0 @@ -inversion H. -try absurd (exists a : b, c). -discriminate H. -simplify_eq H. -injection H. -replace a with b. -rewrite <- H with (a := b). -rewrite <- H with (a := b) in H1. -rewrite H with (1 := b). -rewrite H with (1 := b) in H2. -dependent rewrite H. -cutrewrite (a = b). -cutrewrite (a = b) in H. -eauto 3 4 with a. -prolog [ A (B c) ] 4. -eapply H with (1 := H2) (a := b). -inversion H using (A b). -inversion H using (A b) in H1 H2. -ring a b. - -Hint Rewrite -> (A b) : v. -Hint Rewrite <- (A b) using auto : v. |
