Module InferModules.ExplicitTrace

val default_pp_call : Stdlib.Format.formatter -> InferIR.CallSite.t -> unit
module type FiniteSet = sig ... end

A powerset domain of traces, with bottom = empty and join = union

module type Element = sig ... end
module type TraceElem = sig ... end
module MakeTraceElem : functor (Elem : Element) -> TraceElem with type elem_t = Elem.t
module MakeTraceElemModuloLocation : functor (Elem : Element) -> TraceElem with type elem_t = Elem.t