From aa37087b8e7151ea96321a11012c1064210ef4ea Mon Sep 17 00:00:00 2001 From: ppedrot Date: Tue, 18 Dec 2012 17:09:31 +0000 Subject: Modulification of Label git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@16097 85f007b7-540e-0410-9357-904b9bb8a0f7 --- plugins/fourier/fourierR.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/fourier') diff --git a/plugins/fourier/fourierR.ml b/plugins/fourier/fourierR.ml index 455f3539bf..4c3c489159 100644 --- a/plugins/fourier/fourierR.ml +++ b/plugins/fourier/fourierR.ml @@ -83,7 +83,7 @@ let string_of_R_constant kn = | MPfile dir, sec_dir, id when sec_dir = Dir_path.empty && Dir_path.to_string dir = "Coq.Reals.Rdefinitions" - -> string_of_label id + -> Label.to_string id | _ -> "constant_not_of_R" let rec string_of_R_constr c = -- cgit v1.2.3