package linol

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

Module Linol_lsp.Uri_lexerSource

Sourcetype t = {
  1. scheme : string;
  2. authority : string;
  3. path : string;
  4. query : string option;
  5. fragment : string option;
}
Sourceval of_string : string -> t
Sourceval of_path : string -> t
OCaml

Innovation. Community. Security.