Legend:
Library
Module
Module type
Parameter
Class
Class type
Library
Module
Module type
Parameter
Class
Class type
Printing on console tty's
module Ansi : sig ... end
Handling of ansi codes.
The width in characters of the current output. Returns None
if stdout is not connected to a tty.
val print_list : Core.Out_channel.t -> (string * Ansi.attr list) list -> unit
print a list in a columnize way (like the output of ls)