summaryrefslogtreecommitdiff
path: root/test-suite/bugs/closed/3753.v
blob: f586438cdd843dc1558a6d754d77e5b74683e1cb (plain)
1
2
3
4
Axiom foo : Type -> Type.
Axiom bar : forall (T : Type), T -> foo T.
Arguments bar A x : rename.
About bar.