package pds-reachability

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Basis = sig ... end

A module type which serves as the basis for the functor which builds the PDS reachability implementation.

module type State_classifier = sig ... end

A module type which describes how states may be classified. Classification is used for performance purposes; it is possible for an edge function to be applied only to states of a particular class. In the simplest case, all states may be classified to unit.