lean4-htt/tests/lean/phashmap_inst_coherence.lean.expected.out
Markus Himmel eda467e066
fix: typo in application type mismatch error message (#8290)
This PR fixes a typo that was introduced recently.
2025-05-12 13:35:29 +00:00

8 lines
290 B
Text

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