Module InferModules__ProcData
type 'a t
=
{
summary : InferModules.Summary.t;
tenv : InferIR.Tenv.t;
extras : 'a;
}
type no_extras
val empty_extras : no_extras
val make : InferModules.Summary.t -> InferIR.Tenv.t -> 'a -> 'a t
val make_default : InferModules.Summary.t -> InferIR.Tenv.t -> no_extras t