jonascarpay / apecs

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

Export cmapIf from main Apecs module #126

Closed jship closed 9 months ago

jship commented 9 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.