X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2Fsoftware%2Flambda-delta%2Ftoplevel%2Ftop.ml;h=f1cea379dc0db8396a370daa014d4e151332479a;hb=dc0eae6607f2b299deeeb1a2c4e145e7a6d40629;hp=1286db0bbd186c0030c07dcd4db0b035ffb553c9;hpb=338e3e5c639fbcfeeb347a0121cacc6c0f1fc42a;p=helm.git diff --git a/helm/software/lambda-delta/toplevel/top.ml b/helm/software/lambda-delta/toplevel/top.ml index 1286db0bb..f1cea379d 100644 --- a/helm/software/lambda-delta/toplevel/top.ml +++ b/helm/software/lambda-delta/toplevel/top.ml @@ -38,7 +38,7 @@ let initial_status = { let count count_fun c item = if !L.level > 2 then count_fun C.start c item else c -let flush () = L.flush (); L.flush_err () +let flush () = L.flush 0; L.flush_err () let bag_error s msg = L.error BagO.specs (L.Warn s :: msg); flush () @@ -129,7 +129,7 @@ try let help_i = " show local references by index" in let help_m = " output intermediate representation" in let help_s = " Set translation stage" in - L.box (); L.box_err (); + L.box 0; L.box_err (); H.set_new_sorts ignore ["Set"; "Prop"]; Arg.parse [ ("-S", Arg.Int set_summary, help_S);