package coq-core

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private {
  1. name : Names.Id.t;
  2. loc : Loc.t option;
  3. status : bool * Evar_kinds.obligation_definition_status;
  4. solved : bool;
}
OCaml

Innovation. Community. Security.