4 lines
128 B
Text
4 lines
128 B
Text
open prod
|
||
|
||
definition tst1 : num × Prop × num × Prop := (1, true, 2, false)
|
||
definition tst2 : num × num × num := (1, 2, 3)
|