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
When I tried today it compiled but the output sail is wrong:
$[complete]
function main () = let x = "Hello" in
let y = "World" in
let _ : unit =
let (tup__0, tup__1) = ((y, x)) : (string, string) in
let x : string = tup__0 in
let y : string = tup__1 in ()
in
internal_plet _ : unit = print_endline(y) in print_endline(x)
The
varswap
Lean test fails with the following message:The text was updated successfully, but these errors were encountered: