package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
module type Intf = sig ... end
module Coq : Intf
module Mp : Intf
include Intf
module Token : sig ... end
val start : unit -> unit
val limit : token:Token.t -> f:('a -> 'b) -> 'a -> ('b, exn) Result.t
val name : unit -> string
val available : bool
type backend =
  1. | Coq
  2. | Mp
val select : backend -> unit

*Must* be called *only* once

val select_best : backend option -> unit

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

val create_atomic : unit -> Token.t
OCaml

Innovation. Community. Security.