Module Absint.ExplicitTrace

module type FiniteSet = sig ... end

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

module type Element = sig ... end

Printer which outputs "Method call: <monospaced procname>"

module type TraceElem = sig ... end
include sig ... end