coq-lsp.lsp
JCoq.Goals
Astdump_plugin
Count_genargs_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.layout-printer
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.request
coq-lsp.serlib
fleche_waterproof
petanque_json
petanque_shell
serlib_btauto
serlib_cc
serlib_cc_core
serlib_extraction
serlib_firstorder
serlib_firstorder_core
serlib_funind
serlib_ltac
serlib_ltac2
serlib_ltac2_ltac1
serlib_micromega
serlib_micromega_core
serlib_nsatz_core
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
module Reified_goal : sig ... end
module Goals_ : sig ... end
type ('a, 'pp) t = ('a, 'pp) Coq.Goals.t
val to_yojson : ('a -> Yojson.Safe.t) -> ('b -> Yojson.Safe.t) -> ('a, 'b) Coq.Goals.t -> Yojson.Safe.t
val of_yojson : (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) -> (Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> ('a, 'b) Coq.Goals.t Ppx_deriving_yojson_runtime.error_or
type ('g, 'pp) reified = ('g Reified_goal.t, 'pp) t
val reified_to_yojson : 'g 'pp. ('g -> Yojson.Safe.t) -> ('pp -> Yojson.Safe.t) -> ('g, 'pp) reified -> Yojson.Safe.t
val reified_of_yojson : 'g 'pp. (Yojson.Safe.t -> 'g Ppx_deriving_yojson_runtime.error_or) -> (Yojson.Safe.t -> 'pp Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> ('g, 'pp) reified Ppx_deriving_yojson_runtime.error_or
val _ : (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) -> (Yojson.Safe.t -> 'b Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> ('a, 'b) reified Ppx_deriving_yojson_runtime.error_or