package coq-lsp

  1. Overview
  2. Docs
Legend:
Page
Library
Module
Module type
Parameter
Class
Class type
Source

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 : Loc.t Message.t list ref

Must be hooked to allow Protect to capture the feedback.

Sourceval eval : f:('i -> 'o) -> 'i -> ('o, Loc.t) 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.