-
-
Notifications
You must be signed in to change notification settings - Fork 350
Table of tables of functions #1332
New issue
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
Labels
enhancement
New feature or request
Milestone
Comments
If it makes it easier to implement then rather than doing inheritance I don't see any large downsides in doing it with the
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As requested creating an issue for my question on how to approach this situation. Guessing there is no way currently given I was asked to create an issue :)
Discussed in #1331
Originally posted by muppet9010 July 14, 2022
I have the below concept and aren't sure how to go about properly type defining it. I have it as below and the typing almost works fine, apart from within the inner functions the parameters aren't getting their type.
So the function knows its types:

But the parameter doesn't:
The text was updated successfully, but these errors were encountered: