package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type state = Declare.OblState.t
type stack = state NeList.t
type (_, _) 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.