package ppxlib

  1. Overview
  2. Docs
Standard library for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.19.0.tbz
sha256=b4a438247935b0e68b6423875a30f086bcd9b9f68ca96f71b5325570aeafd801
sha512=ead654a6430e2809c44ed4d16dc493a35258fc04b07d8f9268c0362ef21cf46a8e2ea83752ae33ad083cee788925ed232717eb76f40b72b136e03ef6cfdf65bf

doc/ppxlib.ast/Ppxlib_ast/Ast_helper/Typ/index.html

Module Ast_helper.Typ

Type expressions

Type expressions

val any : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> unit -> Migrate_parsetree.Ast_411.Parsetree.core_type
val var : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> string -> Migrate_parsetree.Ast_411.Parsetree.core_type
val constr : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.core_type list -> Migrate_parsetree.Ast_411.Parsetree.core_type
val class_ : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.core_type list -> Migrate_parsetree.Ast_411.Parsetree.core_type
val poly : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> string Ocaml_common.Location.loc list -> Migrate_parsetree.Ast_411.Parsetree.core_type -> Migrate_parsetree.Ast_411.Parsetree.core_type
val package : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> (Ocaml_common.Longident.t Ocaml_common.Location.loc * Migrate_parsetree.Ast_411.Parsetree.core_type) list -> Migrate_parsetree.Ast_411.Parsetree.core_type
val varify_constructors : string Ocaml_common.Location.loc list -> Migrate_parsetree.Ast_411.Parsetree.core_type -> Migrate_parsetree.Ast_411.Parsetree.core_type

varify_constructors newtypes te is type expression te, of which any of nullary type constructor tc is replaced by type variable of the same name, if tc's name appears in newtypes. Raise Syntaxerr.Variable_in_scope if any type variable inside te appears in newtypes.

  • since 4.05
OCaml

Innovation. Community. Security.