summaryrefslogtreecommitdiff
path: root/test-suite/output/Warnings.v
blob: 7465442cab0ac2058ec6e2623efc777d1b4930c3 (plain)
1
2
3
4
5
(* Term in warning was not printed in the right environment at some time *)
Record A := { B:Type; b:B->B }.
Definition a B := {| B:=B; b:=fun x => x |}.
Canonical Structure a.