aboutsummaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/HoTT_coq_103.v
blob: 7b1dc8deabd975dcdd77cbb54309a0956338ff98 (plain)
1
2
3
4
Check (nat : Type) : Set.
(* Error:
The term "nat:Type" has type "Type" while it is expected to have type
"Set" (Universe inconsistency). *)