Rose_tree
* A Rose_tree.t
is a tree with at least 1 element where a node * has a variable number of successors. * *
val to_yojson : ( 'a -> Yojson.Safe.t ) -> 'a t -> Yojson.Safe.t
val of_yojson :
( Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or ) ->
Yojson.Safe.t ->
'a t Ppx_deriving_yojson_runtime.error_or
val root : 'a t -> 'a
val print :
?whitespace:int ->
element_to_string:( 'a -> string ) ->
'a t ->
unit
val of_non_empty_list :
?subtrees:'a t list ->
'a Mina_stdlib.Nonempty_list.t ->
'a t
val iter : 'a t -> f:( 'a -> unit ) -> unit
val flatten : 'a t -> 'a list
module Deferred : sig ... end
module Or_error : sig ... end