package links

  1. Overview
  2. Docs
type elt = Alias.Set.t
val pp_elt : Ppx_deriving_runtime.Format.formatter -> elt -> Ppx_deriving_runtime.unit
type node =
  1. | FDNode of elt * t
and t = node list
val pp_node : Ppx_deriving_runtime.Format.formatter -> node -> Ppx_deriving_runtime.unit
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
module Tree_form_error : sig ... end
val pp_pretty : Stdlib.Format.formatter -> t -> unit
val show_pretty : t -> string
val of_fds : Set.t -> columns:Alias.Set.t -> (t, Check_error.t) Stdlib.result
val in_tree_form : Set.t -> (Set.t, Tree_form_error.t) Stdlib.result
OCaml

Innovation. Community. Security.