How to prove that the boolean inequality of a type with itself is uninhabited in Idris?

Viewed 202

I was wondering how to prove that (So (not (y == y))) is an instance of Uninhabited, and I'm not sure how to go about it. Is it provable in Idris, or is not provable due to the possibility of a weird Eq implementation for y?

2 Answers
Related