@[email protected] to Programmer [email protected]English • edit-29 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square186fedilinkarrow-up1378arrow-down164file-text
arrow-up1314arrow-down1imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.org@[email protected] to Programmer [email protected]English • edit-29 months agomessage-square186fedilinkfile-text
minus-square@[email protected]linkfedilinkEnglish2•edit-29 months agoF# definitely and maybe Haskell and OCaml as well? Elixir and Erlang use it as a binary concatenation operator.
minus-square@[email protected]linkfedilink3•9 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).