lean2/tests/lean/run/ptst.lean
Leonardo de Moura 094459504b fix(tests/lean/run): adjust test to changes in the library
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-08-15 13:27:18 -07:00

5 lines
77 B
Text

import standard
using prod
-- Test tuple notation
check (3, false, 1, true)