Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
libpipebang-camlp4-dev
Ocaml syntax extension to transform pipe expressions
http://janestreet.github.io/
0
no reviews
Install
This library transforms pipe expresseions into function application.
i.e. "x |! f" is transformed into "f x".