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
fn a :Loop(Int | String) do
if true do
b()
else
123
end
end
fn b :Loop(Int | String) do
if true do
c()
else
"abc"
end
end
fn c :Loop(Int | String) do
a()
end
fnd:Int | String do
a()
end
I noticed there was no issue for this, but @polvalente is already working on this in #87 so just adding it here.
The text was updated successfully, but these errors were encountered:
The following should type check successfully:
I noticed there was no issue for this, but @polvalente is already working on this in #87 so just adding it here.
The text was updated successfully, but these errors were encountered: