package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type state = Declare.Proof.t
type (_, _) t =
  1. | Ignore : (unit, unit) t
  2. | Modify : (state, state) t
  3. | Read : (state, unit) t
  4. | ReadOpt : (state option, unit) t
  5. | Reject : (unit, unit) t
  6. | Close : (state, unit) t
  7. | Open : (unit, state) t
OCaml

Innovation. Community. Security.