(* NOTE: [PreDomain] and [Domain] theoretically differ in that [PreDomain] should be the inverted lattice of [Domain], but since we never actually join states or check implication the two collapse into one. *)
modulePreDomain:BaseDomainSig=PostDomain
(** represents the inferred pre-condition at each program point, biabduction style *)
modulePreDomain:BaseDomainSig=PostDomain
(** biabduction-style pre/post state + skipped calls *)