package ocamlformat

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Parameters

module Itv : IN

Signature

type itv = Itv.t
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.