a7f94b55db
Signed-off-by: Leonardo de Moura <leonardo@microsoft.com>
19 lines
447 B
Text
19 lines
447 B
Text
Set: pp::colors
|
||
Set: pp::unicode
|
||
10 + 20 : ℕ
|
||
10 : ℕ
|
||
10 - 20 : ℤ
|
||
-10
|
||
5
|
||
15 + 10 - 20 : ℤ
|
||
Assumed: x
|
||
Assumed: n
|
||
Assumed: m
|
||
n + m
|
||
n + x + m
|
||
Set: lean::pp::coercion
|
||
(nat_to_int n) + x + (nat_to_int m) + (nat_to_int 10)
|
||
x + (nat_to_int n) + (nat_to_int m) + (nat_to_int 10)
|
||
(nat_to_int n) + (nat_to_int m) + (nat_to_int 10) + x
|
||
Set: lean::pp::notation
|
||
Int::add (Int::add (Int::add (nat_to_int n) (nat_to_int m)) (nat_to_int 10)) x
|