coq-lsp.coq
Protect.R
This "monad" could be related to "Runners in action" (Ahman, Bauer), thanks to Guillaume Munch-Maccagnoni for the reference and for many useful tips!
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, 'l) t = private
| Completed of ('a, 'l Error.t) result
| Interrupted
val error : Pp.t -> ('a, 'l) t
val map : f:('a -> 'b) -> ('a, 'l) t -> ('b, 'l) t
val map_error : f:('l Message.Payload.t -> 'm Message.Payload.t) -> ('a, 'l) t -> ('a, 'm) t
val map_loc : f:('l -> 'm) -> ('a, 'l) t -> ('a, 'm) t
Update the loc stored in the result, this is used by our cache-aware location