Closed ghost closed 8 years ago
This PR fixes the three dialyzer warnings. I am suspicious of changing list(any) to nonempty_list(any) as I am not sure if this is an accurate typespec for the functions. Feel free to share your thoughts on this change.
dialyzer
list(any)
nonempty_list(any)
Typespec resources:
Thank you @uranther
I did some comments on the commits, these are not meant as a direct critic to @uranther, but as a reminder in general.
This PR fixes the three
dialyzer
warnings. I am suspicious of changinglist(any)
tononempty_list(any)
as I am not sure if this is an accurate typespec for the functions. Feel free to share your thoughts on this change.Typespec resources: