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

  • @skulbuny@sh.itjust.works
    link
    fedilink
    English
    2
    edit-2
    12 days ago

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

    • @Phoenix3875@lemmy.world
      link
      fedilink
      311 days ago

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