package pds-reachability

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

Module Pds_reachability_types_stack.Stack_action_constructorSource

A functor to create a decorated stack action type.

Parameters

Signature

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