package ppxlib

  1. Overview
  2. Docs

Parameters

Signature

include module type of struct include Js end
module Ast = Js.Ast

Ast definition for this version

val version : int
val string_version : string

Shortcut for talking about Ast types

A construtor for recovering type equalities between two arbitrary versions.

Information used to derive migration functions, see below

module Type : sig ... end
module Of_ocaml : sig ... end
module To_ocaml : sig ... end
val of_ocaml : 'ocaml 'js. ('js, 'ocaml) Type.t -> 'ocaml -> 'js
val to_ocaml : 'ocaml 'js. ('js, 'ocaml) Type.t -> 'js -> 'ocaml
val of_ocaml_mapper : ('a, 'b) Type.t -> ('b -> 'b) -> 'a -> 'a
val to_ocaml_mapper : ('a, 'b) Type.t -> ('a -> 'a) -> 'b -> 'b
OCaml

Innovation. Community. Security.