2d22bb8ea2
In the future, we should probably add an option for unfolding proofs.
7 lines
113 B
Text
7 lines
113 B
Text
import data.rat
|
|
open rat
|
|
|
|
attribute rat.of_int [coercion]
|
|
|
|
example : 1 + 2⁻¹ + 3 = 3 + 2⁻¹ + 1⁻¹ :=
|
|
rfl
|