package ppxlib

  1. Overview
  2. Docs
Standard library for ppx rewriters

Install

Dune Dependency

Authors

Maintainers

Sources

ppxlib-0.17.0.tbz
sha256=d569dcdd01605c6e3f6b52c3fae1d99887fe1784cb18449772796553e3f5ce4f
sha512=48ceeb43d938e05d695377a41a391e9c0bc83900770bab1a396e45e0a8883d285067bb782777f827235f80452fd95015669be362d39888b2cf633e98b103bf5e

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

Innovation. Community. Security.