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.
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
elm-repl: 0.18.0
OS: Mac
The text was updated successfully, but these errors were encountered:
It looks like an additional
\n
is inserted before type.Debug.crash
seems fine, btw.elm-repl: 0.18.0
OS: Mac
The text was updated successfully, but these errors were encountered: