package links

  1. Overview
  2. Docs
type t =
  1. | UnboundColumns of Alias.Set.t
    (*

    Error thrown when there are references to columns in functional dependencies which don't exist.

    *)
  2. | ProbablyCycle of Alias.Set.t
    (*

    Error thrown when the algorithm assumes that some columns have not been included because there is some cycle with them.

    *)
  3. | FunDepNotTreeForm
    (*

    Error thrown when not in tree form

    *)
val pp : Ppx_deriving_runtime.Format.formatter -> t -> Ppx_deriving_runtime.unit
OCaml

Innovation. Community. Security.