module type Leaf = sig .. end
sig
end
Signature for a leaf module of a domain.
include Abstract_domain.S
val key : t Abstract_domain.key
t Abstract_domain.key
The key identifies the domain and the type t of its states.
t