257m@lemmy.ml to Programming · 2 years agoWhat are your programming hot takes?message-squaremessage-square898fedilinkarrow-up1354arrow-down114
arrow-up1340arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming · 2 years agomessage-square898fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up2·edit-22 years agoIn Haskell, you could do something like map (\(thisItem, nextItem) -> …) (zip list (tail list))
In Haskell, you could do something like
map (\(thisItem, nextItem) -> …) (zip list (tail list))