bezirg / hlogo

A Parallel NetLogo variant in Haskell
Other
7 stars 2 forks source link

`with` implemented with specialized filters #2

Open bezirg opened 8 years ago

bezirg commented 8 years ago

i.e. Vector.filterM, IntMap.filterM, Map.filterM

Currently, it uses intermediate lists which is generic: (fromList . filterM . toList)