Pds_reachability_workSourceThis module specifies the type used to describe work in a PDS reachability analysis as well as the interface for managing a pending work collection.
module Make
(B : Pds_reachability_basis.Basis)
(T :
Pds_reachability_types.Types
with module State = B.State
and module Stack_element = B.Stack_element) :
Work_type with module B = B and module T = T