Closed dlukes closed 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?
OK, I removed that entry. Thanks.
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:
So the corresponding FAQ entry can probably be removed now?