lean2/tests/lean/run/tt1.lean
Leonardo de Moura 653141135d chore(tests/lean): add missing tests
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-09-04 15:04:57 -07:00

8 lines
130 B
Text

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