package pds-reachability

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

This module specifies the type used to describe work in a PDS reachability analysis as well as the interface for managing a pending work collection.

The basis module for the PDS reachability analysis.

The types module for the PDS reachability analysis.

type t =
  1. | Expand_node of T.Node.t
  2. | Introduce_edge of T.Edge.t
  3. | Introduce_untargeted_dynamic_pop of T.Node.t * T.Untargeted_dynamic_pop_action.t
include Pds_reachability_utils.Decorated_type with type t := t
val equal : t -> t -> bool
val compare : t -> t -> int
val show : t -> string
val to_yojson : t -> Yojson.Safe.json