So would this make sense in terms of interfaces fo...
# arrow
g
So would this make sense in terms of interfaces for a Camera domain; CameraService<F> : State<F>, CaptureService<F>: IO<F>, ImageRepository<F> : Async<F> where the interpreter would be like, Reader<CameraContext, CameraService>; CameraService would be an aggregator of capture and repository