Module Stdlib320.Ntree

A module containing printers for trees

val sprint : ?unicode:bool -> ('a -> string) -> 'a ntree -> string
val print : ?unicode:bool -> ('a -> string) -> 'a ntree -> unit