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

Module Flow_ast.BigIntLiteral

Sourcetype 'M t = {
  1. value : int64 option;
  2. raw : string;
  3. comments : ('M, unit) Syntax.t option;
}
Sourceval pp : (Format.formatter -> 'M -> unit) -> Format.formatter -> 'M t -> unit
Sourceval show : (Format.formatter -> 'M -> unit) -> 'M t -> string