Module Convert.Type

type (!'js, !'ocaml) t = ('js, 'ocaml) Ppxlib_ast__Import.Select_ast(Ppxlib_ast__.Versions.OCaml_414).Type.t =
  1. | Signature : (Ppxlib_ast__Import.Js.Ast.Parsetree.signature, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.signature) t
  2. | Structure : (Ppxlib_ast__Import.Js.Ast.Parsetree.structure, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.structure) t
  3. | Toplevel_phrase : (Ppxlib_ast__Import.Js.Ast.Parsetree.toplevel_phrase, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.toplevel_phrase) t
  4. | Expression : (Ppxlib_ast__Import.Js.Ast.Parsetree.expression, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.expression) t
  5. | Core_type : (Ppxlib_ast__Import.Js.Ast.Parsetree.core_type, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.core_type) t
  6. | Type_declaration : (Ppxlib_ast__Import.Js.Ast.Parsetree.type_declaration, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.type_declaration) t
  7. | Type_extension : (Ppxlib_ast__Import.Js.Ast.Parsetree.type_extension, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.type_extension) t
  8. | Extension_constructor : (Ppxlib_ast__Import.Js.Ast.Parsetree.extension_constructor, Ppxlib_ast__.Versions.OCaml_414.Ast.Parsetree.extension_constructor) t
  9. | List : ('a, 'b) t -> ('a list, 'b list) t
  10. | Pair : ('a0, 'b0) t * ('c, 'd) t -> ('a0 * 'c, 'b0 * 'd) t