Module Ppxlib_ast.Select_ast

Parameters

module Ocaml : Migrate_parsetree.Versions.OCaml_version

Signature

include Migrate_parsetree.OCaml_408

Ast definition for this version

val version : int
val string_version : string

Shortcut for talking about Ast types

type Migrate_parsetree__Migrate_parsetree_versions.witnesses += | Version : types Migrate_parsetree__Migrate_parsetree_versions.witnesses

A construtor for recovering type equalities between two arbitrary versions.

val migration_info : types Migrate_parsetree__Migrate_parsetree_versions.migration_info

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