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