package ppxlib

  1. Overview
  2. Docs
Legend:
Library
Module
Module type
Parameter
Class
Class type

Patterns

Patterns

val any : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> unit -> Migrate_parsetree.Ast_410.Parsetree.pattern
val var : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> string Ocaml_common.Location.loc -> Migrate_parsetree.Ast_410.Parsetree.pattern
val alias : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> Migrate_parsetree.Ast_410.Parsetree.pattern -> string Ocaml_common.Location.loc -> Migrate_parsetree.Ast_410.Parsetree.pattern
val construct : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> Migrate_parsetree.Ast_410.Parsetree.pattern option -> Migrate_parsetree.Ast_410.Parsetree.pattern
val record : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> (Ocaml_common.Longident.t Ocaml_common.Location.loc * Migrate_parsetree.Ast_410.Parsetree.pattern) list -> Migrate_parsetree.Ast_410.Asttypes.closed_flag -> Migrate_parsetree.Ast_410.Parsetree.pattern
val type_ : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> Migrate_parsetree.Ast_410.Parsetree.pattern
val unpack : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> string option Ocaml_common.Location.loc -> Migrate_parsetree.Ast_410.Parsetree.pattern
val open_ : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_410.Parsetree.attribute list -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> Migrate_parsetree.Ast_410.Parsetree.pattern -> Migrate_parsetree.Ast_410.Parsetree.pattern
OCaml

Innovation. Community. Security.