lean4-htt/old_tests/tests/lean/extra/rec2.lean
2018-04-10 12:56:55 -07:00

4 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