lean2/tests/lean/run/prod_notation.lean

6 lines
154 B
Text
Raw Normal View History

import data.prod data.num
open prod
definition tst1 : num × Prop × num × Prop := (1, true, 2, false)
definition tst2 : num × num × num := (1, 2, 3)