summaryrefslogtreecommitdiff
path: root/test-suite/failure/ClearBody.v
blob: ca8e3c6824e6996a71a3587459d0ceab96756de6 (plain)
1
2
3
4
5
6
7
8
(* ClearBody must check that removing the body of definition does not
   invalidate the well-typabilility of the visible goal *)

Goal True.
LetTac n:=O.
LetTac I:=(refl_equal nat O).
Change (n=O) in (Type of I).
ClearBody n.