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

Add conditional logic/booleans to "The Basic Building Blocks of Elm" #26

Closed
raorao opened this issue Oct 15, 2016 · 2 comments · Fixed by #41
Closed

Add conditional logic/booleans to "The Basic Building Blocks of Elm" #26

raorao opened this issue Oct 15, 2016 · 2 comments · Fixed by #41
Assignees

Comments

@raorao
Copy link
Member

raorao commented Oct 15, 2016

requires changes to https://github.com/elmbridge/intro-to-elm-part-1 as well.

  • assertion for a boolean (set to False, return True instead)
  • assertion for if/else fork
  • assertion for if/else if/else fork
  • assertion for case statement (perhaps on an empty list?)
@raorao raorao added the mvp label Oct 15, 2016
@avh4 avh4 assigned avh4 and unassigned avh4 Oct 15, 2016
@avh4
Copy link
Member

avh4 commented Oct 15, 2016

Added two examples to https://github.com/elmbridge/intro-to-elm-part-1

@raorao raorao self-assigned this Oct 16, 2016
@raorao
Copy link
Member Author

raorao commented Oct 16, 2016

punting on case statements, will be implemented as a part of #27

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 a pull request may close this issue.

2 participants