X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=matita%2Fcomponents%2Fng_extraction%2FocamlExtraction.ml;h=6465aa86d26a57e9f68dcf30e640db202e792ed3;hb=600fba840c748f67593838673a6eb40eab9b68e5;hp=a18d8a954181887d33a7e1822b6ec21d767b36a5;hpb=f5a99aa0b83b680d062820955eea8e45ed38eb85;p=helm.git diff --git a/matita/components/ng_extraction/ocamlExtraction.ml b/matita/components/ng_extraction/ocamlExtraction.ml index a18d8a954..6465aa86d 100644 --- a/matita/components/ng_extraction/ocamlExtraction.ml +++ b/matita/components/ng_extraction/ocamlExtraction.ml @@ -41,6 +41,7 @@ let print_open status uris = List.map (fun uri -> Filename.basename (NUri.string_of_uri uri)) uris in let status,cmds = map_status status Ocaml.pp_open fnames in List.iter (print_ppcmds status ~in_ml:true) cmds; + let status,cmds = map_status status Ocaml.pp_open fnames in List.iter (print_ppcmds status ~in_ml:false) cmds; status ) status