-
Notifications
You must be signed in to change notification settings - Fork 12.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Book: "Prelude" explanation could be more prominent/thorough #27917
Comments
I'm not sure where this actually belongs, do you have any thoughts?
Can you elaborate on this? It does say the word 'prelude', and links to the module documentation for it, which covers it further. |
Well, I guess what I'm getting at there is that in contrast to As for where it belongs in the book, I'm not entirely sure either; maybe a short section in the Syntax and Semantics chapter? |
Also, I guess for some context, this issue arose because of some confusion in IRC. |
Ahhhh I missed the io!
|
"Prelude" doesn't seem to be a very common term outside of Haskell, yet it seems to only be explained in the Guessing Game section of the book. Even then, it only mentions it being the stuff imported by default, which doesn't explain
std::io::prelude
.The text was updated successfully, but these errors were encountered: