@lambalicious to Programmer Humor@programming.devEnglish • edit-27 months agoIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.orgimagemessage-square187arrow-up1379arrow-down164file-text
arrow-up1315arrow-down1imageIt's easier to remember the IPs of good DNSes, too.lemmy.sdf.org@lambalicious to Programmer Humor@programming.devEnglish • edit-27 months agomessage-square187file-text
minus-square@skulbuny@sh.itjust.workslinkfedilinkEnglish2•edit-27 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•7 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).