Hacker News new | ask | show | jobs
by massysett 3388 days ago
I've never understood the hard-to-integrate argument; I can still do `import qualified Prelude as P`.
1 comments

Right, but you need to do explicit conversions between `Foundation.String` and `Prelude.String` at your app's boundaries (for example.)