Make.Second*************
val bottom : tLeast abstract element of the lattice.
val top : tGreatest abstract element of the lattice.
**************
val is_bottom : t -> boolis_bottom a tests whether a is bottom or not.
Partial order relation. subset a1 a2 tests whether a1 is related to (or included in) a2.
*************
val widen : 'a Core.Context.ctx -> t -> t -> twiden ctx a1 a2 computes an upper bound of a1 and a2 that ensures stabilization of ascending chains.
************
val print : Core.Print.printer -> t -> unitPrinter of an abstract element.