You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, great package! A step further in type safety :)
I think that returning nothing in case a function is type safe as well as when the function has a non-annotated argument can be a little ambiguous.
For example, when one doesn't know/remember whether some function is type annotated.
Maybe a warning can be issued for each non-checkable function. And maybe this can be controlled with a optional parameter...
The text was updated successfully, but these errors were encountered:
Hi, great package! A step further in type safety :)
I think that returning nothing in case a function is type safe as well as when the function has a non-annotated argument can be a little ambiguous.
For example, when one doesn't know/remember whether some function is type annotated.
Maybe a warning can be issued for each non-checkable function. And maybe this can be controlled with a optional parameter...
The text was updated successfully, but these errors were encountered: