package melange

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-6.0.1-53.tbz
sha256=7b5fd122c16c29e01b736c2041fd4786d6be9f201722e10feee6ad5eb53d70bb
sha512=8c3099db5328f833d55b5447342cb6a059f002e2e977b897c48b2b08515addf304d5c54b4462f21a05d6947c43634cf3edb55cffef5d491441ae42585b47061d

doc/melange.js_parser/Js_parser/Flow_ast/Class/Implements/Interface/index.html

Module Implements.InterfaceSource

Sourcetype ('M, 'T) t = 'M * ('M, 'T) t'
Sourceand ('M, 'T) t' = {
  1. id : ('M, 'T) Identifier.t;
  2. targs : ('M, 'T) Type.TypeArgs.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
Sourceval pp_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> Format.formatter -> ('M, 'T) t' -> unit
Sourceval show_t' : (Format.formatter -> 'M -> unit) -> (Format.formatter -> 'T -> unit) -> ('M, 'T) t' -> string