aboutsummaryrefslogtreecommitdiff
path: root/theories/Zarith
diff options
context:
space:
mode:
authordelahaye2001-01-09 16:29:56 +0000
committerdelahaye2001-01-09 16:29:56 +0000
commitdfe152b89af9239899e32b2a31adbfda44af5efe (patch)
treef515b9503c4ee2f74ae8f2bbef38946000de37ec /theories/Zarith
parentdb18bce6e5da22294b33e93e114a71e8c08fc8ee (diff)
Meta Definition -> Tactic Definition
git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@1239 85f007b7-540e-0410-9357-904b9bb8a0f7
Diffstat (limited to 'theories/Zarith')
-rw-r--r--theories/Zarith/zarith_aux.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/theories/Zarith/zarith_aux.v b/theories/Zarith/zarith_aux.v
index b67bf39f5e..113a593471 100644
--- a/theories/Zarith/zarith_aux.v
+++ b/theories/Zarith/zarith_aux.v
@@ -11,7 +11,7 @@
Require Arith.
Require Export fast_integer.
-Meta Definition ElimCompare com1 com2:=
+Tactic Definition ElimCompare com1 com2:=
Elim (Dcompare (Zcompare com1 com2)); [
Idtac
| Intro hidden_auxiliary; Elim hidden_auxiliary;