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

[Closes #239] Updated katana dep to 0.2.7, add spec with fun((...) -> ok) #240

Merged

Conversation

jfacorro
Copy link
Contributor

_ -> <<"ok">>
end.
W = case Z of
X -> io:format("Y");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

X and Z can never be equal unless X is ok or <<"ok">>, is this intended?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This file is just for testing purposes, so that duplicated structures are detected by the dont_repeat_yourself rule. The code doesn't necessarily have to be functional.

HernanRivasAcosta added a commit that referenced this pull request Jun 19, 2015
…rm_issue_fun_any

[Closes #239] Updated katana dep to 0.2.7, add spec with fun((...) -> ok)
@HernanRivasAcosta HernanRivasAcosta merged commit 33e3e9e into master Jun 19, 2015
@jfacorro jfacorro deleted the jfacorro.239.unhandled_abstract_form_issue_fun_any branch June 19, 2015 14:54
@jfacorro jfacorro added bug and removed bug labels Jun 19, 2015
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

3 participants