package melange

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

Install

dune-project
 Dependency

Authors

Maintainers

Sources

melange-7.0.1-54.tbz
sha256=49bf9d3dd10d0d7f58abe6755a40c246d36b5fbf6b5e189f2c634c47a9de7f33
sha512=13061ec3a9e314185175d90f684c725ca3aa7de3f6a64465868112ee79daf08017c616b1410bb582e2e657b84d1281b965ef2af70b7c01ec47dab1d384bb9eef

doc/melange.js_parser/Js_parser/Flow_ast/Statement/DeclareClass/index.html

Module Statement.DeclareClassSource

Sourcetype ('M, 'T) t = {
  1. id : ('M, 'T) Identifier.t;
  2. tparams : ('M, 'T) Type.TypeParams.t option;
  3. body : 'M * ('M, 'T) Type.Object.t;
  4. extends : ('M * ('M, 'T) Type.Generic.t) option;
  5. mixins : ('M * ('M, 'T) Type.Generic.t) list;
  6. implements : ('M, 'T) Class.Implements.t option;
  7. comments : ('M, unit) Syntax.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