5 lines
129 B
Text
5 lines
129 B
Text
|
set_option pp.implicit true
|
||
|
set_option pp.notation false
|
||
|
definition ideq : Π {A : Type} {a b : A}, a = b → a = b,
|
||
|
ideq H := H
|