package melange

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-7.0.1-53.tbz
sha256=25177453269467832be7b6416f1104132265a3309b9098e6b5185b9c0df05150
sha512=f49de014f013792413b083772a93d13b2a072a468e29600c19dc8cc54c6de56bbbf03d227e4641dc084e94b70bed202e348860258b0df747da794fa6fce6725d

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

Module Flow_ast.Syntax

Sourcetype ('M, 'internal) t = {
  1. leading : 'M Comment.t list;
  2. trailing : 'M Comment.t list;
  3. internal : 'internal;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'internal -> unit) -> Format.formatter -> ('M, 'internal) t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'internal -> unit) -> ('M, 'internal) t -> string