package melange

  1. Overview
  2. Docs
Toolchain to produce JS from Reason/OCaml

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-7.0.1-53.tbz
sha256=25177453269467832be7b6416f1104132265a3309b9098e6b5185b9c0df05150
sha512=f49de014f013792413b083772a93d13b2a072a468e29600c19dc8cc54c6de56bbbf03d227e4641dc084e94b70bed202e348860258b0df747da794fa6fce6725d

doc/melange.js_parser/Js_parser/Enum_common/index.html

Module Js_parser.Enum_commonSource

Sourcetype explicit_type =
  1. | Boolean
  2. | Number
  3. | String
  4. | Symbol
  5. | BigInt
Sourceval compare_explicit_type : explicit_type -> explicit_type -> int
Sourceval string_of_explicit_type : explicit_type -> string