lean4-htt/tests/lean/matchLeftovers.lean.expected.out
Kim Morrison c3948cba24
feat: upstream definition of Vector from Batteries (#6197)
This PR upstreams the definition of `Vector` from Batteries, along with
the basic functions.
2024-11-24 23:01:32 +00:00

20 lines
439 B
Text
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

matchLeftovers.lean:5:17-5:21: error: unsolved goals
a b : Nat
⊢ Nat
matchLeftovers.lean:9:14-9:18: error: unsolved goals
x : Nat × Nat
a b : Nat
h : (a, b).fst > 0
⊢ f (a, b) > 0
matchLeftovers.lean:16:17-16:21: error: unsolved goals
x a b : Nat
⊢ Nat
matchLeftovers.lean:25:32-25:36: error: unsolved goals
α : Type ?u
n : Nat
a : α
i n✝ : Nat
h : i + 1 < n✝ + 1 + 1
x : α
xs : Vector' α n✝
⊢ Vector' α (n✝ + 1 + 1)