Index.Unit
Unit index. Usually represents an arbitrary index.
include Printable.S with type t = unit
type t = unit
val equal : t -> t -> bool
val hash : t -> int
val compare : t -> t -> int
val show : t -> string
val pretty : unit -> t -> Printable.Pretty.doc
val printXml : 'a BatInnerIO.output -> t -> unit
val name : unit -> string
val to_yojson : t -> Yojson.Safe.t
val tag : t -> int
Unique ID, given by HConsed, for context identification in witness
val arbitrary : unit -> t QCheck.arbitrary
val relift : t -> t
val equal_to : Z.t -> t -> [ `Eq | `Neq | `Top ]
Check semantic equality of an integer and the index.
`Eq if definitely equal, `Neq if definitely not equal, `Top if unknown.
`Eq
`Neq
`Top
val to_int : t -> Z.t option
Convert to definite integer if possible.