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