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
Remembered this issue right now, I had found it yesterday.
This was working correctly earlier, before the pretty placeholders commit (8e5d6ea).
Expressions and incorrect outputs:
/\(x, y) => x;
/\ (x : A, y : A) :A= { { (x: A) } }
/\(x, y) => y;
/\ (x : A, y : A) :A= { { (y: A) } }
/\(x: B, y: A) => y;
/\ (x : A, y : A) :A= { { (y: A) } }
/\(x: T, y: U) => y;
/\ (x : A, y : A) :A= { { (y: A) } }
Seems like there is some problem with the naming of place holders, given that they always start with A.
The text was updated successfully, but these errors were encountered:
Remembered this issue right now, I had found it yesterday.
This was working correctly earlier, before the pretty placeholders commit (8e5d6ea).
Expressions and incorrect outputs:
Seems like there is some problem with the naming of place holders, given that they always start with A.
The text was updated successfully, but these errors were encountered: