Module type Apron_domain.S

module type S = Abstract_domain.Internal 
  with type value = Main_values.Interval.t
   and type location = Precise_locs.precise_location
Signature of an Apron domain in EVA.

include Abstract_domain.S
val structure : t Abstract_domain.structure
A structure matching the type of the domain.