You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, I was initially thinking of wrapping the entire prelude and lifting everything that uses FilePath to use Path, but then I realised there isn't actually a huge amount of things that use FilePath, they're just dotted around in lots of places. Is Path definitely out of scope for RIO and if so is there a way we could organise so as to have a sort of drop-in replacement for FilePath related things?
The text was updated successfully, but these errors were encountered:
Hi, I was initially thinking of wrapping the entire prelude and lifting everything that uses FilePath to use Path, but then I realised there isn't actually a huge amount of things that use FilePath, they're just dotted around in lots of places. Is Path definitely out of scope for RIO and if so is there a way we could organise so as to have a sort of drop-in replacement for FilePath related things?
The text was updated successfully, but these errors were encountered: