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

Generic interfaces and rebellion datatypes #231

Open
jackfirth opened this issue Sep 18, 2019 · 0 comments
Open

Generic interfaces and rebellion datatypes #231

jackfirth opened this issue Sep 18, 2019 · 0 comments
Labels
blocked This can't be worked on until something else is fixed enhancement New feature or request

Comments

@jackfirth
Copy link
Owner

jackfirth commented Sep 18, 2019

Users of rebellion/type can't implement generic interfaces when creating types. This is because all of the type-creation libraries in Rebellion are built on top of make-struct-type, which doesn't support generics at all. This missing feature is discussed in racket/racket#2142 and racket/racket#1647 and implementing generics with Rebellion is blocked on a resolution to those issues.

@jackfirth jackfirth added enhancement New feature or request blocked This can't be worked on until something else is fixed labels Sep 18, 2019
@jackfirth jackfirth added this to To do in Datatypes library via automation Sep 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blocked This can't be worked on until something else is fixed enhancement New feature or request
Projects
Development

No branches or pull requests

1 participant