7 lines
107 B
Text
7 lines
107 B
Text
--
|
|
|
|
inductive prod2 (A B : Type.{_+1})
|
|
| mk : A → B → prod2
|
|
|
|
set_option pp.universes true
|
|
check @prod2
|