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
0.7 does a way with exporting the standard modules from prelude, however its tutorial doesn't add any imports. 206ab89 fixes that and should be "backported".
The text was updated successfully, but these errors were encountered:
I believe that 206ab89 is in 0.7, since Github says that it is, and the docs seem to have those changes (no io:: on the println in the code snippet there). Also, note that that commit is actually the commit that removes the re-exports.
Closing; feel free to reopen & clarify if I misunderstand something.
It's a bug, I opened #7689. (Some common modules like float used to be in the prelude, and so were imported by default, I guess the documentation wasn't updated in the most user-friendly way.)
0.7 does a way with exporting the standard modules from prelude, however its tutorial doesn't add any imports. 206ab89 fixes that and should be "backported".
The text was updated successfully, but these errors were encountered: