package coq-lsp

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

Module Coq_util.IdSource

Sourcetype 'a t = {
  1. relative : Libnames.qualid;
  2. absolute : Libnames.full_path option;
  3. typ : 'a option;
}
Sourceval make : Libnames.qualid -> Constrexpr.constr_expr t
Sourceval map_typ : f:('a -> 'b) -> 'a t -> 'b t