Cipherd@lemmy.ml to Programmer Humor@programming.dev · 13 hours agofunctionslemmy.mlimagemessage-square44fedilinkarrow-up1360file-textcross-posted to: programmerhumor@lemmy.ml
arrow-up1360imagefunctionslemmy.mlCipherd@lemmy.ml to Programmer Humor@programming.dev · 13 hours agomessage-square44fedilinkfile-textcross-posted to: programmerhumor@lemmy.ml
minus-squaremarcos@lemmy.worldlinkfedilinkarrow-up5·10 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.