package coq

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t =
  1. | Prompt of Pp.t
  2. | Goal of Pp.t
  3. | Output of Pp.t
  4. | Init
  5. | Stack of (string * (string * int list) option) list
  6. | Vars of (string * Pp.t) list