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
I was trying to track the logic flow of the example programs and noticed that the little slider never seems to hit a VarExpr. Tried to do some debugging but only noticed that it never seems to actually call .whnf on one, at least in the pi example.
I was trying to track the logic flow of the example programs and noticed that the little slider never seems to hit a
VarExpr. Tried to do some debugging but only noticed that it never seems to actually call.whnfon one, at least in the pi example.