Skip to content

Commit c11becc

Browse files
committed
refactor: simplify exports
1 parent 5ddc5de commit c11becc

File tree

1 file changed

+3
-18
lines changed

1 file changed

+3
-18
lines changed

src/Aztecs/ECS.hs

+3-18
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@
2222
-- === Systems
2323
-- A `System` is a pipeline that processes entities and their components.
2424
module Aztecs.ECS
25-
( Access,
25+
( module Aztecs.ECS.System,
26+
module Aztecs.ECS.Query,
27+
Access,
2628
AccessT,
2729
runAccessT,
2830
runAccessT_,
@@ -33,24 +35,7 @@ module Aztecs.ECS
3335
dynBundle,
3436
Component (..),
3537
EntityID,
36-
Query,
37-
QueryT,
38-
entity,
39-
fetch,
40-
zipFetchMap,
41-
zipFetchMapM,
42-
with,
43-
without,
44-
System,
45-
SystemT,
4638
spawn,
47-
query,
48-
querySingleMaybe,
49-
queryEntities,
50-
queryDyn,
51-
querySingleMaybeDyn,
52-
readQuery,
53-
readQueryEntities,
5439
system,
5540
concurrently,
5641
World,

0 commit comments

Comments
 (0)