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