lean2/tests/lean/arith6.lean.expected.out
Leonardo de Moura 7726ccad28 chore(builtin): rename nat, int and real modules to Nat, Int and Real.
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
2014-01-01 13:52:25 -08:00

15 lines
222 B
Text

Set: pp::colors
Set: pp::unicode
Imported 'Int'
Set: pp::unicode
3 | 6
true
false
true
true
Assumed: x
3 + -1 * (x * (3 div x)) == 0
x + -1 * (3 * (x div 3)) == 0
false
Set: lean::pp::notation
Int::divides 3 x