module Complete:functor (Domain:InputDomain) ->Abstract_domain.Leafwith type state = Domain.state and type value = Domain.value and type location = Domain.location
| Parameters: |
|
include Abstract_domain.Internal
val key : t Abstract_domain.keyThe key identifies the domain and the type t of its states.