lean4-htt/tests/lean/phashmap_inst_coherence.lean.expected.out
jrr6 e9a318df16
fix: reorder "application type mismatch" message (#9287)
This PR rewords the "application type mismatch" error message so that
the argument and its type precede the application expression.
2025-07-15 19:20:18 +00:00

8 lines
270 B
Text

phashmap_inst_coherence.lean:12:53-12:54: error: Application type mismatch: The argument
m
has type
@PersistentHashMap Nat Nat instBEqOfDecidableEq instHashableNat
but is expected to have type
@PersistentHashMap Nat Nat ?m natDiffHash
in the application
m.find?