5ceac83b6a
We do not consider coercions around meta-variables anymore.
8 lines
132 B
Text
8 lines
132 B
Text
import data.int data.real
|
||
open int real
|
||
|
||
example : (1 : ℤ) * (1 : ℤ) = (1 : ℤ) :=
|
||
sorry
|
||
|
||
example : (1 : ℤ) * 1 = 1 :=
|
||
sorry
|