If you've ever so much as glanced at F# code (or even Elm or Elixir) you've come
across the forward pipe operator |>, and likely some form of composition
operator like >>. These operators are common in functional languages, but are
absent in our favorite