package coq-lsp

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

Module BoxModel.IdSource

Sourcetype 'a t = {
  1. relative : string;
  2. absolute : string option;
  3. typ : 'a option;
}