package links

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