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/Expression/Call/index.html

Module Expression.Call

type ('M, 'T) t = {
  1. callee : ('M, 'T) Expression.t;
  2. targs : ('M, 'T) CallTypeArgs.t option;
  3. arguments : ('M, 'T) ArgList.t;
  4. comments : ('M, unit) Syntax.t option;
}
OCaml

Innovation. Community. Security.