From ebec008ec9654700a41ade17f1a4c9fd87aea7e6 Mon Sep 17 00:00:00 2001 From: letouzey Date: Tue, 5 Nov 2002 08:40:01 +0000 Subject: cosmetique git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/coq/trunk@3210 85f007b7-540e-0410-9357-904b9bb8a0f7 --- contrib/extraction/common.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contrib/extraction/common.ml b/contrib/extraction/common.ml index ccf350015b..3dac36f4df 100644 --- a/contrib/extraction/common.ml +++ b/contrib/extraction/common.ml @@ -230,13 +230,13 @@ let extract_to_file f prm decls = | None -> stdout | Some f -> open_out f in let ft = Pp_control.with_output_to cout in + pp_with ft (preamble prm used_modules print_dummys); if not prm.modular then List.iter (fun r -> pp_with ft (pp_logical_ind r)) (List.filter decl_is_logical_ind prm.to_appear); if not prm.modular then List.iter (fun r -> pp_with ft (pp_singleton_ind r)) (List.filter decl_is_singleton prm.to_appear); - pp_with ft (preamble prm used_modules print_dummys); begin try List.iter (fun d -> msgnl_with ft (pp_decl d)) decls -- cgit v1.2.3