package pds-reachability

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

Module Dynamic_pop_handler.Stack_actionSource

The decorated type of stack actions in the PDS.

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