package melange

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-6.0.1-53.tbz
sha256=7b5fd122c16c29e01b736c2041fd4786d6be9f201722e10feee6ad5eb53d70bb
sha512=8c3099db5328f833d55b5447342cb6a059f002e2e977b897c48b2b08515addf304d5c54b4462f21a05d6947c43634cf3edb55cffef5d491441ae42585b47061d

doc/melange.js_parser/Js_parser/Flow_ast/Expression/TemplateLiteral/Element/index.html

Module TemplateLiteral.ElementSource

Sourcetype value = {
  1. raw : string;
  2. cooked : string;
}
Sourceand 'M t = 'M * t'
Sourceand t' = {
  1. value : value;
  2. tail : bool;
}
Sourceval pp_value : Format.formatter -> value -> unit
Sourceval show_value : value -> string
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string
Sourceval pp_t' : Format.formatter -> t' -> unit
Sourceval show_t' : t' -> string