package melange

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-7.0.0-52.tbz
sha256=4a38934c6244e456366a57dfbfb1a09a2e1e93c3b1cac105242cd6e4311e237f
sha512=2526cfe8c0078d28592e23add72f55dd285c74146d6fb3efacb4f26b086362f36ae4737eb13c3f65cddc426897021f89e5d40c9c30c37a4dd784727a7f5457d6

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

Module Js_parser.Wtf8Source

* Copyright (c) 2017-present, Facebook, Inc. * * This source code is licensed under the MIT license found in the * LICENSE file in the root directory of this source tree.

Sourcetype codepoint =
  1. | Point of int
  2. | Malformed
Sourcetype 'a folder = 'a -> int -> codepoint -> 'a
Sourceval fold_wtf_8 : ?pos:int -> ?len:int -> 'a folder -> 'a -> string -> 'a
Sourceval add_wtf_8 : Buffer.t -> int -> unit