package melange

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

Module Js_parser.File_keySource

Sourcetype t =
  1. | LibFile of string
  2. | SourceFile of string
  3. | JsonFile of string
  4. | ResourceFile of string
Sourceval to_string : t -> string
Sourceval to_path : t -> (string, 'a) result
Sourceval compare : t -> t -> int
Sourceval compare_opt : t option -> t option -> int
Sourceval is_lib_file : t -> bool
Sourceval map : (string -> string) -> t -> t
Sourceval exists : (string -> 'a) -> t -> 'a
Sourceval check_suffix : t -> string -> bool
Sourceval chop_suffix : t -> string -> t
Sourceval with_suffix : t -> string -> t
OCaml

Innovation. Community. Security.