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

Parameter K: (T:Type)T->T.
Check (K ((T:Type)T->T) K).
(* Universe Inconsistency *)