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

Module Statement.For

type ('M, 'T) t = {
  1. init : ('M, 'T) init option;
  2. test : ('M, 'T) Expression.t option;
  3. update : ('M, 'T) Expression.t option;
  4. body : ('M, 'T) Statement.t;
  5. comments : ('M, unit) Syntax.t option;
}
and ('M, 'T) init =
  1. | InitDeclaration of 'M * ('M, 'T) VariableDeclaration.t
  2. | InitExpression of ('M, 'T) Expression.t
OCaml

Innovation. Community. Security.