jonascarpay / apecs

a fast, extensible, type driven Haskell ECS framework for games
392 stars 43 forks source link

Export cmapIf from main Apecs module #126

Closed jship closed 10 months ago

jship commented 10 months ago

The other cmap/cfold variants, collect, etc. are exported from the main Apecs module, so cmapIf likely should be as well so that users don't have to pull it from Apecs.System.