lean4-htt/tests/lean/non_exhaustive_error.lean
2016-09-20 08:32:37 -07:00

4 lines
88 B
Text

definition f : string → nat → bool
| "hello world" 1 := tt
| "bye" _ := tt