We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Ordinary record type expression has no field information in type specs. like this:
-spec foo(#rec{}) -> ok.
Then, the field_types field of TyRecord in absform is almost empty.
field_types
TyRecord
(I think that many Erlang programmer does not know the explicit record type field syntax)
Add a parameter module_info to the Type.of_absform like From_erlang.expr_of_erlang_expr'.
module_info
Type.of_absform
From_erlang.expr_of_erlang_expr'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The Problem
Ordinary record type expression has no field information in type specs. like this:
Then, the
field_types
field ofTyRecord
in absform is almost empty.(I think that many Erlang programmer does not know the explicit record type field syntax)
links
What should we do
Add a parameter
module_info
to theType.of_absform
likeFrom_erlang.expr_of_erlang_expr'
.The text was updated successfully, but these errors were encountered: