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 was 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