From 493c6773fdf846c887cf469e39e2e23aa438d1c9 Mon Sep 17 00:00:00 2001 From: letouzey Date: Fri, 18 Dec 2009 15:27:43 +0000 Subject: Const_omega: look for S in Init only (avoid future clash with S of Numbers) git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@12597 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/romega/const_omega.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins') diff --git a/plugins/romega/const_omega.ml b/plugins/romega/const_omega.ml index 796b3c7d1d..f4368a1bb2 100644 --- a/plugins/romega/const_omega.ml +++ b/plugins/romega/const_omega.ml @@ -192,8 +192,8 @@ let rec do_list = function (* Nat *) -let coq_S = lazy(constant "S") -let coq_O = lazy(constant "O") +let coq_S = lazy(init_constant "S") +let coq_O = lazy(init_constant "O") let rec mk_nat = function | 0 -> Lazy.force coq_O -- cgit v1.2.3