package ppxlib

  1. Overview
  2. Docs
Standard library for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.18.0.tbz
sha256=9d483c36467ae061c70df7166ed1465eadcc3442aefa760fb5c5439bf8047dc3
sha512=b1a9faff8f190f78600fe33762a32362eae457a09dbcb35b58eb897dc7915d1c228df818a3e698a8cca19d40a2ec422a860620d3468dfa1feeee78eb0b2e8445

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.