module type leaf_domain =Abstract_domain.Leaf
with type location = precise_loc
Module type of a leaf domain over precise_loc abstraction.
include Abstract_domain.S
val key : t Abstract_domain.key
The key identifies the domain and the type t
of its states.