8 lines
111 B
Text
8 lines
111 B
Text
def fn (n : nat) : nat :=
|
|
match n with
|
|
|
|
#exit
|
|
|
|
theorem thm : true := begin end
|
|
|
|
example : has_add nat := sorry
|