package pds-reachability

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

Module Pds_reachability_work.MakeSource

Parameters

Signature

module B = B

The basis module for the PDS reachability analysis.

module T = T

The types module for the PDS reachability analysis.

Sourcetype 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
Sourceval equal : t -> t -> bool
Sourceval compare : t -> t -> int
Sourceval show : t -> string
Sourceval to_yojson : t -> Yojson.Safe.json
OCaml

Innovation. Community. Security.