257m@lemmy.ml to Programming@programming.dev · 2 years agoWhat are your programming hot takes?message-squaremessage-square906fedilinkarrow-up1353arrow-down114
arrow-up1339arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 2 years agomessage-square906fedilink
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))