package alt-ergo-lib

  1. Overview
  2. Docs
type t
type view = {
  1. hs : Hstring.t;
  2. id : int;
}
val of_hstring : Hstring.t -> t
val of_string : string -> t
val view : t -> view
val compare : t -> t -> int
val equal : t -> t -> bool
val hash : t -> int
val print : Format.formatter -> t -> unit
val to_string : t -> string
module Map : Map.S with type key = t
module Set : Set.S with type elt = t