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

Module Expression.OptionalCallSource

Sourcetype kind =
  1. | Optional
  2. | NonOptional
  3. | AssertNonnull
Sourceval pp_kind : Format.formatter -> kind -> unit
Sourceval show_kind : kind -> string
Sourcetype ('M, 'T) t = {
  1. call : ('M, 'T) Call.t;
  2. filtered_out : 'T;
  3. optional : kind;
}
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