infix |>; fun x |> f = f x;
x |> f = f x
let (|>) x f = f x;;
http://thread.gmane.org/gmane.comp.lang.haskell.libraries/18...