package melange

  1. Overview
  2. Docs
Toolchain to produce JS from Reason/OCaml

Install

Dune Dependency

Authors

Maintainers

Sources

melange-5.0.1-53.tbz
sha256=abb26e01e5439cb0c7c41f62411441816af7c7c18a9e0800063c3d4df4da8fec
sha512=9d6f7d80f48fe773f6a427d199c1fc5ea095231fc09a4b7a35d4604abcacd5e11dfdd68d017862eb783882b887e536a06c8b9ead22e8ee7ffe23c1d164cee31a

doc/melange.js_parser/Js_parser/File_key/index.html

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.