lean4-htt/tests/lean/autoBoundErrorMsg.lean.expected.out
2021-08-03 09:13:18 +02:00

8 lines
349 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.

autoBoundErrorMsg.lean:1:34-1:39: error: don't know how to synthesize implicit argument
@Eq (?m (α := α)) a b
context:
α : Sort ?u
a b : ?m (α := α)
h : ∀ {a b : α}, a = b
⊢ Sort ?u
when the resulting type of a declaration is explicitly provided, all holes (e.g., `_`) in the header are resolved before the declaration body is processed