Cipherd@lemmy.ml to Programmer Humor@programming.dev · 22 hours agofunctionslemmy.mlimagemessage-square83fedilinkarrow-up1494arrow-down17file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1487arrow-down1imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 22 hours agomessage-square83fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up7·20 hours agoThe examples on the meme don’t bind any variables. If those are lambdas, the Haskell version is just the ... part.
Meanwhile Haskell:
=
\x -> …
The examples on the meme don’t bind any variables. If those are lambdas, the Haskell version is just the
...part.