Fix not instantiated uvar #658

Merged
zxq9 merged 1 commits from radrow-patch-1 into master 2019-10-10 15:31:49 +09:00
Showing only changes of commit 1ae0a42071 - Show all commits

View File

@ -1785,7 +1785,7 @@ solve_known_record_types(Env, Constraints) ->
C C
end; end;
_ -> _ ->
type_error({not_a_record_type, RecType, When}), type_error({not_a_record_type, instantiate(RecType), When}),
not_solved not_solved
end end
end end