coq-lsp.coq
Protect.Error
This modules reifies Coq side effects into an algebraic structure.
This is obviously very convenient for upper layer programming.
As of today this includes feedback and exceptions.
Astdump_plugin
Example_plugin
Goaldumpl_plugin
Savevo_plugin
coq-lsp.fleche
coq-lsp.lang
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
fleche_waterproof
petanque_json
type 'l payload = 'l option * Pp.t
type 'l t = private
| User of 'l payload
| Anomaly of 'l payload