Parameter ArrayWithCopy.Value
include Parameters.VALUE with type node = Node.t
type node = Node.tthe type of NODE.
incl x y is true if x is included (smaller than) y (i.e. x = meet x y or y = join x y).
Union of values, only required for the joins. Can return None for a top value that does not need to be stored.
type relation = Relation.tThe type of relations, should match GROUP.t.