package coq-lsp

  1. Overview
  2. Docs
Language Server Protocol native server for Coq

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.3.v8.16.tbz
sha256=d6d589ae18453d9251b4250df50e59cfc87254de0e4734e13c5bca06ab14cee5
sha512=802b4673c7f581976526a3cb4bd824f7574c5b1cc8fcc7759fcd3358cdc3e4cebef3ec908899ad68129190777ccda931dfc1643b45db156ede15acae0382c148

doc/coq-lsp.coq/Coq/Protect/index.html

Module Coq.ProtectSource

Sourcemodule Error : sig ... end

This modules reifies Coq side effects into an algebraic structure.

Sourcemodule R : sig ... end
Sourcemodule E : sig ... end
Sourceval fb_queue : Message.t list ref

Must be hooked to allow Protect to capture the feedback.

Sourceval eval : f:('i -> 'o) -> 'i -> 'o E.t

Eval a function and reify the exceptions. Note f _must_ be pure, as in case of anomaly f may be re-executed with debug options. Beware, not thread-safe!

OCaml

Innovation. Community. Security.