-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
The Problem
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.
(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 the Type.of_absform like From_erlang.expr_of_erlang_expr'.
Metadata
Metadata
Assignees
Labels
No labels