elm-community / elm-faq

FAQ about the Elm language.
https://faq.elm-community.org/
22 stars 24 forks source link

FAQ states elm repl doesn't support type annotations but 0.19.1 does #59

Closed dlukes closed 4 years ago

dlukes commented 4 years ago

The FAQ says that "elm repl does not support type annotations at all." But in 0.19.1, they seem to work perfectly fine -- e.g. this is a transcript of a session:

> x : Int
| x = 3
|   
3 : Int

So the corresponding FAQ entry can probably be removed now?

fredcy commented 4 years ago

OK, I removed that entry. Thanks.