2013-12-10 23:32:12 +00:00
|
|
|
|
Set: pp::colors
|
|
|
|
|
Set: pp::unicode
|
2014-01-01 21:52:25 +00:00
|
|
|
|
Imported 'Int'
|
2013-12-10 23:32:12 +00:00
|
|
|
|
Assumed: f
|
|
|
|
|
⊤ + ⊥
|
|
|
|
|
10 + 20
|
|
|
|
|
10 + - 20
|
|
|
|
|
Set: lean::pp::notation
|
|
|
|
|
Set: lean::pp::coercion
|
|
|
|
|
f ⊤ ⊥
|
|
|
|
|
Nat::add 10 20
|
2013-12-30 11:29:20 +00:00
|
|
|
|
Int::add (nat_to_int 10) (Int::neg (nat_to_int 20))
|