package melange

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

Install

Dune Dependency

Authors

Maintainers

Sources

melange-4.0.0-51.tbz
sha256=f78d18ce9d595e737a98a55663e9ea2a39f8aad054251e5e1c4e793938c6bdd5
sha512=d4b7c18bb1d1e7af529ea49fe1ce28b0debf64056ba65108768ed28dc920e4b92a61cdb279c52b7140206e816eb484fd87d21572021b4ef983c54ddbc4907034

doc/melange.js_parser/Js_parser/Flow_ast/Comment/index.html

Module Flow_ast.CommentSource

type 'M t = 'M * t'
and kind =
  1. | Block
  2. | Line
and t' = {
  1. kind : kind;
  2. text : string;
  3. on_newline : bool;
}
OCaml

Innovation. Community. Security.