package coq-lsp

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

Module LUri.FileSource

Uris that are filesystem paths

Sourcetype uri = t
Sourcetype t
Sourceval of_uri : uri -> (t, string) Result.t
Sourceval extension : t -> string

Extension, with the dot included

Sourceval to_string_uri : t -> string

Percent-enconded URI as string

Sourceval to_string_file : t -> string

Filename version, fit for OS functions

Sourceval compare : t -> t -> int

compare

Sourceval equal : t -> t -> bool

equal

Sourceval hash : t -> int

hash

Sourceval pp : Format.formatter -> t -> unit

print

OCaml

Innovation. Community. Security.