val is_definite : t -> boolval to_cil : t -> GoblintCil.lvalval to_cil_exp : t -> GoblintCil.expval type_of : t -> GoblintCil.typval equal : t -> t -> boolval compare : t -> t -> intval pretty : unit -> t -> Goblint_lib__Printable.Pretty.docval name : unit -> stringval arbitrary : unit -> t QCheck.arbitraryval pretty_diff : unit -> (t * t) -> Goblint_lib__Lattice.Pretty.docval semantic_equal : t -> t -> bool option