package coq-lsp

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type
type t
val of_string : string -> t
val of_coq : Names.Id.t -> t
val to_coq : t -> Names.Id.t
module Set : CSet.S with type elt = t
module Map : CMap.ExtS with type key = t and module Set := Set