@[email protected] to Programmer [email protected]English • edit-25 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square187fedilinkarrow-up1369arrow-down163file-text
arrow-up1306arrow-down1imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.org@[email protected] to Programmer [email protected]English • edit-25 months agomessage-square187fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish2•edit-25 months agoF# definitely and maybe Haskell and OCaml as well? Elixir and Erlang use it as a binary concatenation operator.
minus-square@Phoenix3875link3•5 months agoYes for OCaml. Haskell’s inequality is defined as /= (for ≠). <> is usually the Monoid mappend operator (i.e. generalized binary concatenation).
F# definitely and maybe Haskell and OCaml as well? Elixir and Erlang use it as a binary concatenation operator.
Yes for OCaml. Haskell’s inequality is defined as
/=
(for ≠).<>
is usually the Monoidmappend
operator (i.e. generalized binary concatenation).