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 type guards #116

Merged
merged 1 commit into from
Jun 4, 2022
Merged

add support for type guards #116

merged 1 commit into from
Jun 4, 2022

Conversation

msz
Copy link
Owner

@msz msz commented Jun 4, 2022

Fixes #83.

Adds support for type guards by transforming bounded functions into regular
functions with annotated types for type checking purposes.

Fixes #83.

Adds support for type guards by transforming bounded functions into regular
functions with annotated types for type checking purposes.
@msz msz merged commit 118f10c into master Jun 4, 2022
@msz msz deleted the type-guards branch June 4, 2022 19:01
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

Successfully merging this pull request may close these issues.

Type guards in specs not supported
1 participant