Module UninitDomain.VarPair

type t = InferIR.Var.t * InferIR.Var.t
val compare : t -> t -> int
val pp : F.formatter -> (InferIR.Var.t * InferIR.Var.t) -> unit