haskell-effectful/effectful

Create new effect or use existing effect?

oberblastmeister opened this issue · 1 comments

I would like to wrap path-io. Should I create a new PathIO effect or use the existing FileSystem effect? I am leaning more to using the existing effect but I am not sure.

Reusing FileSystem sounds better to me in this case.