package coq-lsp

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

Module Coq.LimitsSource

Sourcemodule type Intf = sig ... end
Sourcemodule Coq : Intf
Sourcemodule Mp : Intf
include Intf
Sourcemodule Token : sig ... end
Sourceval start : unit -> unit
Sourceval limit : token:Token.t -> f:('a -> 'b) -> 'a -> ('b, exn) Result.t
Sourceval name : unit -> string
Sourceval available : bool
Sourcetype backend =
  1. | Coq
  2. | Mp
Sourceval select : backend -> unit

*Must* be called *only* once

Sourceval select_best : backend option -> unit

If None will pick the best backend, must be called only once

Sourceval create_atomic : unit -> Token.t
OCaml

Innovation. Community. Security.