FormalArg
construct also includes the _names_ of the arguments. I think it would be better to filter those, because names are not a part of the signature of a method. So perhaps we should have a list(Type)
as argument here, and translate all use sites to that form.
#8
IIRC, the
FormalArg
construct also includes the names of the arguments. I think it would be better to filter those, because names are not a part of the signature of a method. So perhaps we should have alist(Type)
as argument here, and translate all use sites to that form.Originally posted by @AZWN in #7 (comment)
The text was updated successfully, but these errors were encountered: