7 lines
116 B
Text
7 lines
116 B
Text
|
constant Sum : (nat → nat) → nat → nat
|
||
|
|
||
|
lemma l1 [forward] (f : nat → nat) : Sum f 0 = 0 :=
|
||
|
sorry
|
||
|
|
||
|
print l1
|