elm-community / elm-faq

FAQ about the Elm language.

Home Page:https://faq.elm-community.org/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

dlukes opened this issue · comments

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?

OK, I removed that entry. Thanks.