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
I personally don't recommend it because it's a non-local change inverting the meaning of code. Looking at data Foo = Foo { bar: Int } I no longer know if bar is strict or lazy. I think StrictData is a better default, but prefer explicitness in the code. (Not everyone agrees with me on this of course.)
The README states
but I don't see the
StrictData
language pragma in the recommended list. Is this an oversight?The text was updated successfully, but these errors were encountered: