package coq-lsp

  1. Overview
  2. Docs

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.