package coq-lsp

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

Goals

type 'a t = {
  1. range : JLang.Range.t option;
  2. level : int;
  3. text : 'a;
}