257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square897fedilinkarrow-up1351arrow-down114
arrow-up1337arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square897fedilink
minus-squarexigoi@lemmy.sdf.orglinkfedilinkarrow-up2·edit-21 year 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))