package coq-lsp

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

Install

Dune Dependency

Authors

Maintainers

Sources

coq-lsp-0.1.4.v8.16.tbz
sha256=50df59eafc5b24a881c1a1dda6f6032b1da35b9b6ade7cb9e39968def9319508
sha512=e1d383b6802758cdbe5cbc6278af275d7951acd78224cdcfe622428942e84366ca283bf375d6e535ad7e8d8e847df84bd763bb2a263fc457dc5aead386c2836d

doc/coq-lsp.fleche/Fleche/Info/index.html

Module Fleche.InfoSource

Sourcemodule type Point = sig ... end
Sourcemodule LineCol : Point with type t = int * int
Sourcemodule Offset : Point with type t = int
Sourcetype approx =
  1. | Exact
    (*

    Exact on point

    *)
  2. | PrevIfEmpty
    (*

    If no match, return prev

    *)
  3. | Prev
    (*

    If no match, return prev, if match, too

    *)
Sourcemodule type S = sig ... end

Located queries

Sourcemodule LC : S with module P := LineCol
Sourcemodule O : S with module P := Offset
OCaml

Innovation. Community. Security.