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
It looks like an additional \n is inserted before type.
> add a b =(Debug.log "value of a" a)+ b
<function>: number -> number -> number
> add 12value of a:13: number
Debug.crash seems fine, btw.
> f a =Debug.crash "not implemented yet"<function>: a -> b
> f 1Error:Ran into a `Debug.crash` in module `Repl` on line 5The message provided by the code author is:
not implemented yet
It looks like an additional
\nis inserted before type.Debug.crashseems fine, btw.elm-repl: 0.18.0
OS: Mac