WideningTokenLifter.DomLift D to carry widening tokens. All operations delegate to inner domain, except widening tokens are used to delay widenings.
include sig ... endval is_top : t -> boolval top : unit -> tval bot : unit -> tval pretty : unit -> (D.t * TS.t) -> Printable.Pretty.docval printXml : 'a BatInnerIO.output -> (D.t * TS.t) -> unitval to_yojson : (D.t * TS.t) -> [> `Assoc of (string * Yojson.Safe.t) list ]val pretty_diff : unit -> (t * t) -> Lattice.Pretty.docval lift : 'a -> 'a * TS.tval hash : (D.t * 'a) -> intval is_bot : (D.t * 'a) -> bool