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
Specifically, in Grace we need impredicative existential quantification such as List (exists (a : Fields) . { x: Bool, a }). Fortunately, the "Existential Crisis Resolved" paper seems to explain how to integrate their work with the "A Quick Look at Impredicativity" paper
Everything here was run from 4d32d09. I get this error when trying to run the Reddit r/haskell example:
I fiddled with this for quite a while, trying to narrow down what's going wrong. Here's a more minimal reproducing case which produces the same error:
When I stop trying to get the
a
field, and just get the whole thing back, it works:The text was updated successfully, but these errors were encountered: