package pds-reachability

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

The decorated type of stack actions in the PDS.

type stack_element = Stack_element.t
type targeted_dynamic_pop_action = Targeted_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