Module Imandra_util.Console
Console Output
Print on the console, and provide a dynamic status bar
module Status_line : sig ... endval printf : Console_tag.tag -> ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aSame as
Format.printf but takes care of erasing status line
val eprintf : Console_tag.tag -> ('a, Stdlib.Format.formatter, unit) Stdlib.format -> 'aval pp_out : Console_tag.tag -> string -> unitval pp_err : Console_tag.tag -> string -> unit
module P : sig ... endmodule T = Console_tagmodule Capture : sig ... end