Module OpamConsole.TreeSource
Tree printing
Creates a tree node.
The symbols to be used in the tree printer.
Returns UTF8 or ASCII tree symbols depending on utf8 ().
Source
val print :
?symbols:OpamConsole.Tree.symbols ->
printer:('a -> string) ->
'a OpamConsole.Tree.t ->
unitPrints the given tree as a Unicode/ASCII art.