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

Module Expression.CallSource

Sourcetype ('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;
}
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