module type S = sig ... endtype t = (module S)val set : t -> unitval dumb : tA dumb backend that hides the status line and simply dump the messages to the terminal
val progress : tA backend that just displays the status line in the terminal
Console.Backend