lean4-htt/tests/lean/217.lean.expected.out
JovanGerb c96797eb93
fix: show argument name in implicit argument error (#4426)
When an implicit argument cannot be inferred, the error should show the
name of the argument.

Showing the argument name in the error message for an uninstantiated
metavariable was introduced in da33f498f5,
but this implementation causes some argument names to get lost.
2024-06-14 18:08:42 +00:00

6 lines
262 B
Text

217.lean:5:30-5:31: error: don't know how to synthesize placeholder for argument 'init'
context:
⊢ CoreM Unit
217.lean:5:28-5:29: error: don't know how to synthesize placeholder for argument 'f'
context:
⊢ CoreM Unit → Name → ConstantInfo → CoreM Unit