Skip to content

Commit

Permalink
Manual merge conflict resolution
Browse files Browse the repository at this point in the history
  • Loading branch information
luc-blaeser committed Jan 8, 2025
1 parent 0a4fbb3 commit 282d4b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/mo_frontend/typing.ml
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ let check_lit env t lit at suggest =
"literal of type%a\ndoes not have expected type%a%s"
display_typ t'
display_typ_expand t
(if suggest then Suggest.suggest_conversion env.libs env.vals t' t else "")
(if suggest then Suggest.suggest_conversion env.libs (suggest_vals env) t' t else "")

(* Coercions *)

Expand Down

0 comments on commit 282d4b0

Please sign in to comment.