package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type 'a hyp = 'a Coq.Goals.Reified_goal.hyp = {
  1. names : string list;
  2. def : 'a option;
  3. ty : 'a;
}
val hyp_to_yojson : 'a. ('a -> Yojson.Safe.t) -> 'a hyp -> Yojson.Safe.t
type info = Coq.Goals.Reified_goal.info = {
  1. evar : Evar.t;
  2. name : Names.Id.t option;
}
val info_to_yojson : info -> Yojson.Safe.t
type 'a t = 'a Coq.Goals.Reified_goal.t = {
  1. info : info;
  2. hyps : 'a hyp list;
  3. ty : 'a;
}
val to_yojson : 'a. ('a -> Yojson.Safe.t) -> 'a t -> Yojson.Safe.t
OCaml

Innovation. Community. Security.