package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t = private Declare.OblState.View.Obl.t = {
  1. name : Names.Id.t;
  2. loc : Loc.t option;
  3. status : bool * Evar_kinds.obligation_definition_status;
  4. solved : bool;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.