coq-lsp.lang
LUri.File
Uris that are filesystem paths
Astdump_plugin
Example_plugin
Explain_errors
Goaldumpl_plugin
Savevo_plugin
Unidiff_plugin
coq-lsp.coq
coq-lsp.fleche
coq-lsp.lsp
coq-lsp.petanque
coq-lsp.plugin
coq-lsp.serlib
fleche_waterproof
petanque_json
petanque_shell
serlib_cc
serlib_extraction
serlib_firstorder
serlib_funind
serlib_ltac
serlib_ltac2
serlib_micromega
serlib_number_string_notation_plugin
serlib_ring
serlib_ssr
serlib_ssrmatching
serlib_tauto
serlib_zify
type uri = t
type t
val of_uri : uri -> (t, string) Result.t
val extension : t -> string
Extension, with the dot included
val to_string_uri : t -> string
Percent-enconded URI as string
val to_string_file : t -> string
Filename version, fit for OS functions
val compare : t -> t -> int
compare
val equal : t -> t -> bool
equal
val hash : t -> int
hash
val pp : Format.formatter -> t -> unit
print