Cipherd@lemmy.ml to Programmer Humor@programming.dev · 21 hours agofunctionslemmy.mlimagemessage-square78fedilinkarrow-up1476arrow-down17file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1469arrow-down1imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 21 hours agomessage-square78fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up7·18 hours agoThe examples on the meme don’t bind any variables. If those are lambdas, the Haskell version is just the ... part.
\x -> …
The examples on the meme don’t bind any variables. If those are lambdas, the Haskell version is just the
...part.