lean4-htt/tests/lean/run/blast_ematch_heq2.lean
2016-06-10 18:29:41 -07:00

11 lines
160 B
Text

exit
import algebra.group
variable {A : Type}
variable [s : group A]
include s
set_option blast.cc.heq true
example (a : A) : a * 1⁻¹ = a :=
by inst_simp