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

Step 15 in tutorial doesn't advance #241

Open
tajohnsen opened this issue Jul 14, 2018 · 1 comment
Open

Step 15 in tutorial doesn't advance #241

tajohnsen opened this issue Jul 14, 2018 · 1 comment

Comments

@tajohnsen
Copy link

This is an extremely minor issue but as a developer this is the kind of stuff I don't notice and wish people would report instead of complaining to their peers.

In Functions, functors, functoids, funky the last step is to type (1,"George"). If you put a space between the comma and double quote [(1, "George")] the lesson doesn't advance. To this point everything else seems to advance without this level of accuracy.

Hope this helps! This is day one of my journey and I have to admit that this is the most friendly tutorial I've experienced in my programming career. Well done!

@tajohnsen
Copy link
Author

As I move on it seems to be hit or miss requiring exact syntax. The biggest example is the quiz in Step 23; I put let (_,(x:_)) = (10,"abc") in x but it required let (_,(a:_)) = (10,"abc") in a. I'll write future occurrences and if you want them I'll post them. I don't want to be listing each one if you deem this a low priority.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant