You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 23, 2018. It is now read-only.
However, the one with the let gives me this cryptic error message:
> let sample = "Multipart/mixed; boundary=\"sample_boundary\";"
-- 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:
5| t_s_o_l = ()
^
I am looking for one of the following things:
whitespace
No idea what t_s_o_l is.
EDIT:
elm repl --version
0.17.1
The text was updated successfully, but these errors were encountered:
---- elm-repl 0.18.0 -----------------------------------------------------------
:help for help, :exit to exit, more at <https://github.com/elm-lang/elm-repl>
--------------------------------------------------------------------------------
> let x = 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
I tried the following line in the elm-repl:
let sample = "Multipart/mixed; boundary=\"sample_boundary\";"
My problem here is that I added a
let
at the beginning when it shouldn't be there. So this works:However, the one with the
let
gives me this cryptic error message:No idea what t_s_o_l is.
EDIT:
elm repl --version
0.17.1
The text was updated successfully, but these errors were encountered: