module Complete_Minimal:functor (Value:Abstract_value.S) ->functor (Location:Abstract_location.S) ->functor (Domain:Simpler_domains.Minimal) ->Abstract_domain.Internalwith type value = Value.t and type location = Location.location and type state = Domain.t
| Parameters: |
|
include Abstract_domain.S_with_Structure
module Store:Abstract_domain.Storewith type state := state