libpipebang-camlp4-dev

Ocaml syntax extension to transform pipe expressions
  http://janestreet.github.io/
  0
  no reviews



This library transforms pipe expresseions into function application.

i.e. "x |! f" is transformed into "f x".