xapi-project / vhd-tool

Command-line tools for streaming and manipulating vhd format data
Other
8 stars 26 forks source link

Remove redundant definition of (|>) pipe #52

Closed minishrink closed 6 years ago

minishrink commented 6 years ago

let (|>) a b = b a has been a standard part of the language since OCaml 4.01. We can therefore remove these lines from our code.

Signed-off-by: Akanksha Mathur akanksha.mathur@citrix.com