package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module Obl : sig ... end
type t = private Declare.OblState.View.t = {
  1. opaque : bool;
  2. remaining : int;
  3. obligations : Obl.t array;
}
val to_yojson : t -> Yojson.Safe.t
val _ : t -> Yojson.Safe.t