Currently these have to be specified one-by one, e.x. a `forEach` for `IO`, a `forEach` for `List`, etc... It would be really nice if we could specify these polymorphically somehow. I'm not entirely sure how that would work.
Currently these have to be specified one-by one, e.x. a
forEachforIO, aforEachforList, etc...It would be really nice if we could specify these polymorphically somehow. I'm not entirely sure how that would work.