sporto / elm-tutorial

A guide to building web applications using Elm 0.18
396 stars 117 forks source link

Add section on types #149

Open metasean opened 7 years ago

metasean commented 7 years ago

The Foundations: Functions section makes a lot of references to types and assumptions about the reader's knowledge of types. A short section before this point would be appropriate to introduce types and the types available within elm.

sporto commented 7 years ago

Sounds good, I agree. Will try to put some work on this or add a good link if someone has already written a great explanation.