257m@lemmy.ml to Programming@programming.dev · 1 year agoWhat are your programming hot takes?message-squaremessage-square621fedilinkarrow-up1298arrow-down113
arrow-up1285arrow-down1message-squareWhat are your programming hot takes?257m@lemmy.ml to Programming@programming.dev · 1 year agomessage-square621fedilink
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))