Merge pull request #167 from aeternity/radrow-patch-1
Fix not instantiated uvar
This commit is contained in:
commit
f86f7984f4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user