Module Checkers.SiofDomain

module VarNames : module type of sig ... end
module Summary : module type of sig ... end
include module type of Summary
type t = Absint.AbstractDomain.BottomLifted(Checkers.SiofTrace).t * VarNames.t
val pp : IStdlib.PrettyPrintable.F.formatter -> t -> unit
val leq : lhs:t -> rhs:t -> bool
val join : t -> t -> t
val widen : prev:t -> next:t -> num_iters:int -> t