lean2/tests/lean/run/pattern3.lean

7 lines
116 B
Text
Raw Normal View History

constant Sum : (nat → nat) → nat → nat
lemma l1 [forward] (f : nat → nat) : Sum f 0 = 0 :=
sorry
print l1