lean2/tests/lean/run/tt1.lean

9 lines
125 B
Text
Raw Normal View History

import data.prod data.num logic.quantifiers
open prod
check (true, false, 10)
-- definition a f := f
check fun x, x ∧ x