package rocq-runtime

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

Module Vernactypes.ProgSource

Sourcetype stack = state NeList.t
Sourcetype (_, _) t =
  1. | Ignore : (unit, unit) t
  2. | Modify : (state, state) t
  3. | Read : (state, unit) t
  4. | Push : (unit, unit) t
  5. | Pop : (state, unit) t
OCaml

Innovation. Community. Security.