@lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish • edit-29 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square187fedilinkarrow-up1377arrow-down164file-text
arrow-up1313arrow-down1imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.org@lambalicious@lemmy.sdf.org to Programmer Humor@programming.devEnglish • edit-29 months agomessage-square187fedilinkfile-text
minus-square@skulbuny@sh.itjust.workslinkfedilinkEnglish2•edit-29 months agoF# definitely and maybe Haskell and OCaml as well? Elixir and Erlang use it as a binary concatenation operator.
minus-square@Phoenix3875@lemmy.worldlinkfedilink3•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).