package ppxlib

  1. Overview
  2. Docs
Standard library for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.21.1.tbz
sha256=41182e15ddb9dc6fcfecb45736fe1ecf588e430f15ba349d09dba8a67e4e748a
sha512=dae7494a26a76f6f541046ef382979f5b48688e158bbf2fc5119e54b0bcfb903a20643bee3e9363a64f0332d92fee65b248c287ac8193cca2bfac2cfb66a4a0a

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

Module Ast_helper.Exp

Expressions

Expressions

val ident : ?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.expression
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.expression option -> Migrate_parsetree.Ast_411.Parsetree.expression
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.expression) list -> Migrate_parsetree.Ast_411.Parsetree.expression option -> Migrate_parsetree.Ast_411.Parsetree.expression
val field : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> Migrate_parsetree.Ast_411.Parsetree.expression -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.expression
val setfield : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> Migrate_parsetree.Ast_411.Parsetree.expression -> Ocaml_common.Longident.t Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.expression -> Migrate_parsetree.Ast_411.Parsetree.expression
val send : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> Migrate_parsetree.Ast_411.Parsetree.expression -> string Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.expression
val new_ : ?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.expression
val setinstvar : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> string Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.expression -> Migrate_parsetree.Ast_411.Parsetree.expression
val override : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> (string Ocaml_common.Location.loc * Migrate_parsetree.Ast_411.Parsetree.expression) list -> Migrate_parsetree.Ast_411.Parsetree.expression
val newtype : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> string Ocaml_common.Location.loc -> Migrate_parsetree.Ast_411.Parsetree.expression -> Migrate_parsetree.Ast_411.Parsetree.expression
val unreachable : ?loc:Ocaml_common.Location.t -> ?attrs:Migrate_parsetree.Ast_411.Parsetree.attribute list -> unit -> Migrate_parsetree.Ast_411.Parsetree.expression
OCaml

Innovation. Community. Security.