From dd0b9702499ebe18c5850193e20f0748a08a817f Mon Sep 17 00:00:00 2001 From: letouzey Date: Wed, 29 Jan 2003 00:07:37 +0000 Subject: affichage module et module type git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3620 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/extraction/ocaml.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/extraction/ocaml.ml b/contrib/extraction/ocaml.ml index 96de545a93..f11ac89d51 100644 --- a/contrib/extraction/ocaml.ml +++ b/contrib/extraction/ocaml.ml @@ -547,7 +547,7 @@ and pp_module_expr = function and pp_module_type = function | MTident kn -> - let mp,_,l = repr_kn kn in P.pp_long_module (MPdot (ong_mp mp,l)) + let mp,_,l = repr_kn kn in P.pp_long_module (MPdot (long_mp mp,l)) | MTfunsig (mbid, mt, mt') -> str "functor (" ++ P.pp_short_module (id_of_mbid mbid) ++ -- cgit v1.2.3