package pds-reachability

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

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

type state
type untargeted_dynamic_pop_action
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