4 lines
88 B
Text
4 lines
88 B
Text
|
|
definition f : string → nat → bool
|
|
| "hello world" 1 := tt
|
|
| "bye" _ := tt
|