lean4-htt/tests/lean/301.lean.expected.out
2021-12-15 11:42:38 +00:00

11 lines
228 B
Text

301.lean:1:9-1:17: error: missing cases:
(Nat.succ _)
301.lean:1:21-1:24: error: type mismatch
«»
(«» fun x =>
match x with
| 0 => 0)
has type
Nat → Nat : Type
but is expected to have type
Nat : Type