Module TransferFunctions.Domain

type t = PathCountTransferFunctions(Absint.ProcCfg.Normal).Domain.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