5f1d827b26
closes #506
3 lines
64 B
Text
3 lines
64 B
Text
definition foo : nat -> nat := fun x,
|
|
match x with
|
|
| bar -> bar
|