lean4-htt/tests/lean/elab9.lean
2016-07-27 16:08:33 -07:00

8 lines
277 B
Text

set_option pp.notation false
set_option pp.implicit true
set_option pp.numerals false
set_option pp.binder_types true
#elab λ (A : Type) [has_add A] [has_zero A] (a : A) (H : a + 0 = a) [has_add A] (H : a = 0 + 0), a + a
#elab λ (a b : nat) (H : a > b) [has_lt nat], a < b