$ elm repl
---- elm repl 0.17.0 -----------------------------------------------------------
--------------------------------------------------------------------------------
> Something = 1
-- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm
I need whitespace, but got stuck on what looks like a new declaration. You are
either missing some stuff in the declaration above or just need to add some
spaces here:
4| t_s_o_l = ()
^
I am looking for one of the following things:
whitespace
> something? = 234
-- SYNTAX PROBLEM -------------------------------------------- repl-temp-000.elm
I ran into something unexpected when parsing your code!
4| something? = 234
^
I am looking for one of the following things:
an expression
whitespace