From d7154b5201733cced13a8e1b3a2e177b98f89eb1 Mon Sep 17 00:00:00 2001 From: herbelin Date: Fri, 10 Oct 2003 20:53:43 +0000 Subject: nat_scope ouvert par defaut git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@4591 85f007b7-540e-0410-9357-904b9bb8a0f7 --- theories/Init/Peano.v | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theories/Init/Peano.v b/theories/Init/Peano.v index 0772260358..2356c9cb59 100755 --- a/theories/Init/Peano.v +++ b/theories/Init/Peano.v @@ -27,7 +27,7 @@ Require Notations. Require Datatypes. Require Logic. -Open Local Scope nat_scope. +Open Scope nat_scope. Definition eq_S := (f_equal nat nat S). -- cgit v1.2.3