package pds-reachability

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

This module defines basic data types for the stack of a PDS.

module type Decorated_stack_action_type = sig ... end

The type of a decorated stack action module.

module type Decorated_terminus_type = sig ... end

The type of a module containing a decorated type for describing the end of a path in a PDS.

module type Dynamic_pop_handler = sig ... end

The type of a module which resolves dynamic pops.

A module which serves as a dummy dynamic pop handler. This handler should be used when no dynamic pops are required of the PDS.