From 4b71b4bfc7b5a0316f549a88fa6495acde9d27c5 Mon Sep 17 00:00:00 2001 From: letouzey Date: Mon, 9 Dec 2002 02:47:14 +0000 Subject: pp git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3390 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/extraction/ocaml.ml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/extraction/ocaml.ml b/contrib/extraction/ocaml.ml index f168c57b80..56108a2258 100644 --- a/contrib/extraction/ocaml.ml +++ b/contrib/extraction/ocaml.ml @@ -365,8 +365,8 @@ let pp_logical_ind ip packet = let pp_singleton kn packet = let l = rename_tvars keywords packet.ip_vars in - hov 0 (str "type " ++ spc () ++ pp_parameters l ++ - pp_global (IndRef (kn,0)) ++ spc () ++ str "=" ++ spc () ++ + hov 0 (str "type " ++ pp_parameters l ++ + pp_global (IndRef (kn,0)) ++ str " =" ++ spc () ++ pp_type false l (List.hd packet.ip_types.(0)) ++ fnl () ++ pp_comment (str "singleton inductive, whose constructor was " ++ Printer.pr_global (ConstructRef ((kn,0),1)))) -- cgit v1.2.3