module Complete_Minimal:functor (Value:Abstract_value.S) ->functor (Location:Abstract_location.S) ->functor (Domain:Simpler_domains.Minimal) ->Abstract_domain.Leafwith type value = Value.t and type location = Location.location and type state = Domain.t
| Parameters: |
|
include Abstract_domain.S
val key : t Abstract_domain.keyThe key identifies the domain and the type t of its states.