Module type Abstractions.Standard_abstraction

module type Standard_abstraction = Abstract_domain.Internal 
  with type value = Cvalue.V.t
   and type location = Precise_locs.precise_location
Type of abstractions that use the builtin types for values and locations

include Abstract_domain.S_with_Structure
module Store: Abstract_domain.Store  with type state := state