package ppxlib

  1. Overview
  2. Docs
Standard library for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.21.0.tbz
sha256=8ea7af348d24bf52f359afaab1e8f2aa75824934c97eff76ed84f2613f4e3a3e
sha512=3ae8e9755a276e5b0d8e39b82a5568ca4427de18dca3201ee0678a9c84d52c7fa701351d4fdb781d64a609802020cfb2d3c2ecb000d2e3a6b151282b075aac00

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

Module Ast_helper.Pat

Patterns

Patterns

val any : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> unit -> Migrate_parsetree.Ast_411.Parsetree.pattern
val var : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> string Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.pattern
val alias : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> Migrate_parsetree.Ast_411.Parsetree.pattern -> string Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.pattern
val construct : ?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.pattern option -> Migrate_parsetree.Ast_411.Parsetree.pattern
val record : ?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.pattern) list -> Migrate_parsetree.Ast_411.Asttypes.closed_flag -> Migrate_parsetree.Ast_411.Parsetree.pattern
val type_ : ?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.pattern
val unpack : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> string option Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.pattern
val open_ : ?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.pattern -> Migrate_parsetree.Ast_411.Parsetree.pattern
OCaml

Innovation. Community. Security.