Someone on my team asked a syntax question about let and I wanted to point them to the guide, but I searched through and I actually can’t find a single reference to it. This seems like a pretty big gap to me, i.e. “How to create local variables?” is just not mentioned.
Time · An Introduction to Elm has an example using a let, but that’s it.
Similarly, the fact that variables must be lowercase wasn’t mentioned outside the context of type variables. I couldn’t find a reference to types being capitalized either.
I believe the official guide is very good, but did I just miss it? I wouldn’t think this was intentional. If it wasn’t intentional, I would be glad to contribute some language as a starting off point.