module type S =sig..end
The three abstractions used in an Eva analysis.
module Val:Abstractions.Value
module Loc:Abstract.Location.Externalwith type value = Val.t
module Dom:Abstract.Domain.Externalwith type value = Val.t and type location = Loc.location