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
$ gchi
ghci> printExpr demo
∃x.∃y.∃z. x =⟨y, 3⟩ ; x =⟨2, z⟩ ; y
ghci>mapM_ prettyEval $ parseExpr "x. y. z. x = (y, z); x = (z, 2); z"
{ x =⟨y, 3⟩, y =2, z =3 }
↳2