Creating a Factory Function to Aggregate Dependent Functions
i have a group of functions that return effects but they all have the same dependency. how do i aggregate them into a "make" sort of function where i can provide the dependency and return an object with all the functions where their dependecy is never
