Hacker News new | ask | show | jobs
by hamidpalo 5424 days ago
the |> operator is very very simple. ocaml implementation would look something like:

  let (|>) a b = b a ;;