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