4 lines
64 B
Text
4 lines
64 B
Text
|
definition foo : nat -> nat := fun x,
|
||
|
match x with
|
||
|
| bar -> bar
|