Module type Abstract_domain.Leaf

module type Leaf = sig .. end
Signature for a leaf module of a domain.

include Abstract_domain.Internal
val key : t Abstract_domain.key
The key identifies the domain and the type t of its states.