Skip to content

r-k-b/map-accumulate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

76 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mapAccumulate

.github/workflows/make.yml

"Map Accumulate" helpers for Elm.

Useful if you want to modify items in two lists, each based on everything in the other list. For example, bullets hitting targets - we check which bullets have collided with which targets, and for each collision we modify (or remove) the bullet and modify (or remove) the target.