package pds-reachability

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

Termini of paths which may exist in the PDS.

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