Skip to content
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

Importing logShow #136

Closed
prescientmoon opened this issue May 14, 2020 · 2 comments
Closed

Importing logShow #136

prescientmoon opened this issue May 14, 2020 · 2 comments
Labels
good first issue Good for newcomers

Comments

@prescientmoon
Copy link

So a friend of mine started reading trough the book, and when he got to the getting-started section - which told him to use the logShow function - he was really confused because he got an error (caused by the fact logShow wasn't imported).

So that section already explains importing Math and Prelude so I think we should add another note on importing the logShow function.

@JordanMartinez JordanMartinez added the good first issue Good for newcomers label May 14, 2020
@milesfrain
Copy link
Member

In the previous section, it instructs users to start with this:

module Main where

import Effect.Console

main = log "Hello, World!"

But I agree that this is not the most straightforward presentation. I'd like to overhaul this chapter as described in #93.

@milesfrain
Copy link
Member

#144 should improve this getting-started experience.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good for newcomers
Development

No branches or pull requests

3 participants