summaryrefslogtreecommitdiff
path: root/test-suite/failure/universes2.v
blob: e74de70fc8bf14aa046fb7f289b5643a73d97b9a (plain)
1
2
3
4
(* Example submitted by Randy Pollack *)

Parameter K : forall T : Type, T -> T.
Check (K (forall T : Type, T -> T) K).