package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type itv
type t
val of_list : itv Ocamlformat_stdlib.list -> t

If there are duplicates in the input list, earlier elements will be ancestors of later elements.

val children : t -> itv -> itv Ocamlformat_stdlib.list
val dump : t -> Fmt.t

Debug: dump debug representation of tree.