Comment on F# enters Tiobe top 20 index for the first timeparentComments−hamidpalo15ythe |> operator is very very simple. ocaml implementation would look something like: let (|>) a b = b a ;;
Comments
the |> operator is very very simple. ocaml implementation would look something like: