Index.UnitUnit index. Usually represents an arbitrary index.
include Printable.S with type t = unitval hash : t -> intval show : t -> stringval pretty : unit -> t -> Goblint_lib__.Printable.Pretty.docval printXml : 'a BatInnerIO.output -> t -> unitval to_yojson : t -> Yojson.Safe.tval tag : t -> intUnique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitraryval top : unit -> tUnknown index.
val equal_to : Z.t -> t -> [ `Eq | `Neq | `Top ]Check semantic equality of an integer and the index.
val to_int : t -> Z.t optionConvert to definite integer if possible.