]> matita.cs.unibo.it Git - helm.git/blobdiff - matita/components/ng_extraction/ocamlExtraction.ml
Pretty printing of ocaml files slightly improved.
[helm.git] / matita / components / ng_extraction / ocamlExtraction.ml
index 0022599a8dd4c503508a7f6ddceeaa025faf9fd0..da7eee5acda96d889b57e25a8ff94dd3f7cb32f9 100644 (file)
@@ -14,7 +14,7 @@ let print_ocaml_of_obj0 status ((_uri,_,_,_,_) as obj) =
    map_status status
     (fun status ml ->
       let status,cmds = Ocaml.pp_decl status ml in
-      print_ppcmds ~in_ml:true status (cmds ++ fnl ());
+      print_ppcmds ~in_ml:true status (cmds ++ fnl () ++ fnl ());
       status,()) res in
   status
  with