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

Different variable names from type variables #728

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

fdbeirao
Copy link

I am writing a small ELM beginners guide. I am at the part of explaining pattern matching. While trying to explain this example, I feel that some people might confuse a and b from the type signature (Either a b) with this a and b from the pattern matches. I tried to come up with a more descriptive name, just to avoid an unnecessary clash.

I am writing a small ELM beginners guide. I am at the part of explaining pattern matching. While trying to explain this example, I feel that some people might confuse `a` and `b` from the type signature (`Either a b`) with this `a` and `b` from the pattern matches. I tried to come up with a more descriptive name, just to avoid an unnecessary clash.
@process-bot
Copy link

Thanks for the pull request! Make sure it satisfies this checklist. My human colleagues will appreciate it!

Here is what to expect next, and if anyone wants to comment, keep these things in mind.

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

Successfully merging this pull request may close these issues.

None yet

2 participants