coq-lsp.coq
Goals.Reified_goal
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
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
type 'a hyp = {
names : string list;
This will become Names.Id.t list in 0.2.0
Names.Id.t list
def : 'a option;
ty : 'a;
}
type info = {
evar : Evar.t;
name : Names.Id.t option;
type 'a t = {
info : info;
hyps : 'a hyp list;
val map : f:('a -> 'b) -> 'a t -> 'b t
val equal : ('a -> 'a -> bool) -> 'a t -> 'a t -> bool