blob: 0eb5db1733ce767554e77f32db434127f3cf584c (
plain)
1
2
3
4
5
|
(* Term in warning was not printed in the right environment at some time *)
#[universes(template)] Record A := { B:Type; b:B->B }.
Definition a B := {| B:=B; b:=fun x => x |}.
Canonical Structure a.
|