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