coq-lsp.lsp
JCoq.Goals
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lang
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.request
coq-lsp.serlib
fleche_waterproof
petanque_json
petanque_shell
serlib_cc
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ltac2
serlib_micromega
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 'pp reified_pp = ('pp Reified_goal.t, 'pp) t
val reified_pp_to_yojson : 'pp. ('pp -> Yojson.Safe.t) -> 'pp reified_pp -> Yojson.Safe.t
val reified_pp_of_yojson : 'pp. (Yojson.Safe.t -> 'pp Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> 'pp reified_pp Ppx_deriving_yojson_runtime.error_or
val _ : (Yojson.Safe.t -> 'a Ppx_deriving_yojson_runtime.error_or) -> Yojson.Safe.t -> 'a reified_pp Ppx_deriving_yojson_runtime.error_or