Today in our newest take on “older technology is better”: why NAT rules!

  • @[email protected]
    link
    fedilink
    English
    2
    edit-2
    5 months ago

    F# definitely and maybe Haskell and OCaml as well? Elixir and Erlang use it as a binary concatenation operator.

    • @Phoenix3875
      link
      35 months ago

      Yes for OCaml. Haskell’s inequality is defined as /= (for ≠). <> is usually the Monoid mappend operator (i.e. generalized binary concatenation).