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 of Alias.Set.t
    (*

    Error thrown when

    *)