package links

  1. Overview
  2. Docs
type t =
  1. | UnboundColumn of Alias.Set.t
  2. | AlreadyBound of Alias.Set.t
  3. | TreeFormError of {
    1. error : Fun_dep.Tree.Tree_form_error.t;
    }
val equal : t -> t -> Ppx_deriving_runtime.bool