Module Comonadic.Const

include Mode_intf.Const with type t = Regionality.Const.t comonadic_with
include Mode_intf.Lattice with type t = Regionality.Const.t comonadic_with
val min : t
val max : t
val le : t -> t -> bool
val equal : t -> t -> bool

equal a b is equivalent to le a b && le b a, but defined separately for performance reasons

val join : t -> t -> t
val meet : t -> t -> t
val print : Format.formatter -> t -> unit
val legacy : t
val min_with : 'a Axis.t -> 'a -> t

min_with ax elt returns min but with the axis ax set to elt.

val max_with : 'a Axis.t -> 'a -> t

max_with ax elt returns max but with the axis ax set to elt.

module Per_axis : Solver_intf.Lattices with type 'a obj := 'a Axis.t and type 'a elt := 'a