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
--------------------> problem inferring uniqueness!?
a =
fn bool, fun1, fun2, meta:
if bool then
meta fun1
else if 'false then
meta fun2
else if 'true then
meta fn x: x
else
meta fn x: x
p = fn x: x
q = fn x: x
m = fn f: f 1
b =
a 'false p q m
----------------------> problem with circularity!?
a =
fn bool, fun1, fun2, meta:
if bool then
meta fun1
else if 'false then
meta fun2
else if 'true then
meta fn x: x
else
meta fn x: x
p = fn x: x
q = fn x: x
m = fn f: f f
b =
a 'false p q m
The text was updated successfully, but these errors were encountered:
---------------------> Crashes on "hash" being undeclared!?
inferLambdaSets = #as fn Text: fn Text: Result Text OutWithLambdaSets =
fn targetName:
fn code:
--------------------> problem inferring uniqueness!?
----------------------> problem with circularity!?
The text was updated successfully, but these errors were encountered: