Skip to content

Commit

Permalink
Add article about Elm Maybe
Browse files Browse the repository at this point in the history
Not quite sure if this belongs under "Learn" or "Articles," but it's a useful explanation about a topic that's often intimidation to newcomers.
  • Loading branch information
verythorough committed Apr 14, 2016
1 parent 46d12ae commit 9842a65
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,8 @@ Inspired by the [awesome](#more-awesome) list thing. Feel free to <a href="https
* [Elm cheat sheet](https://github.com/izdi/elm-cheat-sheet) - Syntax and features overview.
* [Learn Elm in Y Minutes](https://learnxinyminutes.com/docs/elm/) - Syntax and features overview. The Elm page on [learnxinyminutes.com](https://learnxinyminutes.com)
* [A Concise Introduction to Elm](https://www.cis.upenn.edu/~matuszek/Concise%20Guides/Concise%20Elm.html) - High overview of language features.
* [Elm Maybe - Dealing with null/Nothing](http://rundis.github.io/blog/2016/elm_maybe.html) - Working with the Maybe type, with nicely commented code examples.


**[:arrow_up: back to top](#table-of-contents)**

Expand Down

0 comments on commit 9842a65

Please sign in to comment.