From 8e37718e5461a0f96d1a96a2f845dfbfee6cc90d Mon Sep 17 00:00:00 2001 From: herbelin Date: Tue, 10 Jun 2003 21:29:34 +0000 Subject: Import nat_scope git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4132 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/ZArith/zarith_aux.v | 3 +++ 1 file changed, 3 insertions(+) (limited to 'theories/ZArith') diff --git a/theories/ZArith/zarith_aux.v b/theories/ZArith/zarith_aux.v index fc0abca952..936468fef7 100644 --- a/theories/ZArith/zarith_aux.v +++ b/theories/ZArith/zarith_aux.v @@ -12,6 +12,9 @@ Require Arith. Require Export fast_integer. +V7only [Import nat_scope.]. +Open Local Scope nat_scope. + Tactic Definition ElimCompare com1 com2:= Elim (Dcompare (Zcompare com1 com2)); [ Idtac -- cgit v1.2.3