package melange

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-7.0.1-51.tbz
sha256=8545aa623cd168307474f9940c955ce3ffff537dc2e8a52bdc22a80098ad83b2
sha512=c36c2aca4b91244de3ab08dbb8231e9a0fa0296528d5c6c7dddef99d408a64b7264b788999c09b4e0b065cf640138629bc38350f965a2b28d84c3a378869845e

doc/melange.js_parser/Js_parser/Flow_ast/MatchPattern/ArrayPattern/index.html

Module MatchPattern.ArrayPatternSource

Sourcemodule Element : sig ... end
Sourcetype ('M, 'T) t = {
  1. elements : ('M, 'T) Element.t list;
  2. rest : ('M, 'T) RestPattern.t option;
  3. comments : ('M, 'M Comment.t list) Syntax.t option;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t -> string