package ppx_pipebang

  1. Overview
  2. Docs
A ppx rewriter that inlines reverse application operators `|>` and `|!`

Install

Dune Dependency

Authors

Maintainers

Sources

ppx_pipebang-v0.9.0.tar.gz
sha256=3bed1616f78e5a58a48fee96d0981ee8a7509706846365d5a15b8c6dd4fc5b73
md5=604a1203fbdaa37cb530176d766b7664

README.md.html

title: ppx_pipebang parent: ../README.md

A ppx rewriter that inlines reverse application operators |> and |!.

ppx_pipebang rewrites x |> f and x |! f as f x, regardless of whether |> and |! have been redefined.

Do not use |! in new code, it is there only for backwards compatibility.

This inlining is mostly done for historical reasons but it also allows f to have optional arguments (like Option.value_exn).

OCaml

Innovation. Community. Security.