Module Absint.ExplicitTrace
- module type FiniteSet = sig ... end
- A powerset domain of traces, with bottom = empty and join = union 
module type Element = sig ... endmodule type CallPrinter = IStdlib.PrettyPrintable.PrintableType with type t = IR.CallSite.t- module DefaultCallPrinter : CallPrinter
- Printer which outputs "Method call: <monospaced procname>" 
module type TraceElem = sig ... endmodule MakeTraceElem : functor (Elem : Element) -> functor (CallPrinter : CallPrinter) -> TraceElem with type elem_t = Elem.tmodule MakeTraceElemModuloLocation : functor (Elem : Element) -> functor (CallPrinter : CallPrinter) -> TraceElem with type elem_t = Elem.t