Skip to content
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

Add support for static type checking #3

Open
espetro opened this issue Sep 27, 2021 · 0 comments
Open

Add support for static type checking #3

espetro opened this issue Sep 27, 2021 · 0 comments

Comments

@espetro
Copy link
Owner

espetro commented Sep 27, 2021

Currently, it is only possible to get insights from the refinement types at runtime, via the @refined decorator. Ideally, it should also be possible to get insights with static type checking tools such as mypy or pyright.

One way to do it is by creating "plugins". Moreover, should we rework the type-checking methods in the library so it could work with multiple "targets" (i.e. runtime checks with @refined, and build-time checks with e.g. mypy)?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant