package pds-reachability

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

Module T.TerminusSource

Termini of paths which may exist in the PDS.

Sourcetype state = State.t
Sourcetype untargeted_dynamic_pop_action = Untargeted_dynamic_pop_action.t
Sourcemodule T : sig ... end
Sourcetype t = T.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