summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/5188.v
blob: e29ebfb4ecb2405d5c68f6d774c28b2abf79e2e7 (plain)
1
2
3
4
5
Set Printing All.
Axiom relation : forall (T : Type), Set.
Axiom T : forall A (R : relation A), Set.
Set Printing Universes.
Parameter (A:_) (R:_) (e:@T A R).