1 subgoal
a, b : Tipe
H : TApp a b = a
______________________________________(1/1)
False
(where TApp is a constructor)
In Idris this can be proved with \Refl => impossible
but I haven't managed to write any proof for it in Coq.
Is there an easy way to prove it?