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
letaddxy=
x + y
lethelloname=let f = add 1inlet text =Format.sprintf "Hello, %s (%d)!" name (f 42) in
print_endline text
let()= hello "world"
Inside hello, add is listed under "Heap" variables, but "Goto Closure Code Location" for it gives a "No closure code location" error. It's not entirely broken though, because it works for Stdlib things under "Global" variables at least.
The text was updated successfully, but these errors were encountered:
When debugging this program:
Inside
hello
,add
is listed under "Heap" variables, but "Goto Closure Code Location" for it gives a "No closure code location" error. It's not entirely broken though, because it works forStdlib
things under "Global" variables at least.The text was updated successfully, but these errors were encountered: