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/Comment/index.html

Module Flow_ast.Comment

Sourcetype 'M t = 'M * t'
Sourceand kind =
  1. | Block
  2. | Line
Sourceand t' = {
  1. kind : kind;
  2. text : string;
  3. on_newline : bool;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string
Sourceval pp_kind : Format.formatter -> kind -> unit
Sourceval show_kind : kind -> string
Sourceval pp_t' : Format.formatter -> t' -> unit
Sourceval show_t' : t' -> string