Hi,
I've seen just the docs, not much else on the Web. It says that I can use #lang lazy
on per module basis. Does it mean that I can conveniently put all the laziness I need in my app in a separate file and get away with it?
What are pros and cons? I mean, with Haskell everything is lazy, so one has to get used to it, period. Here there's an option, which is always a bit of the tyranny of choice. I haven't been able to find any review on the feature, much less guidelines. Any relevant opinion or link is welcome.