package melange

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

Install

Dune Dependency

Authors

Maintainers

Sources

melange-5.0.0-414.tbz
sha256=d3bfad131e9be5d518f78f551762b6d87a914a82a6bc1c27c68ec1fc6a9bfaba
sha512=d496721aba46a93df32858ecb35f4a3ec9d8511d6db0525cfaba0ebd5fd3911ec93e00a1cd2ecf5063fa38df61af544e22adc0a5170db43e76d995bfaf62a0fc

doc/melange.js_parser/Js_parser/Flow_ast/Statement/ComponentDeclaration/Param/index.html

Module ComponentDeclaration.Param

type ('M, 'T) t = 'M * ('M, 'T) t'
and ('M, 'T) t' = {
  1. name : ('M, 'T) param_name;
  2. local : ('M, 'T) Pattern.t;
  3. default : ('M, 'T) Expression.t option;
  4. shorthand : bool;
}
and ('M, 'T) param_name =
  1. | Identifier of ('M, 'T) Identifier.t
  2. | StringLiteral of 'M * 'M StringLiteral.t
OCaml

Innovation. Community. Security.