Module InferIR.Const
type t=|Cint of IntLit.tinteger constants
|Cfun of Typ.Procname.tfunction names
|Cstr of stringstring constants
|Cfloat of floatfloat constants
|Cclass of Ident.nameclass constant
Constants
val equal : t -> t -> boolval kind_equal : t -> t -> boolReturn true if the constants have the same kind (both integers, ...)
val pp : InferStdlib.Pp.env -> F.formatter -> t -> unitPretty print a const