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 provide transformers for exporting types #177

Open
jackfirth opened this issue Aug 14, 2019 · 0 comments
Open

Add provide transformers for exporting types #177

jackfirth opened this issue Aug 14, 2019 · 0 comments
Labels
enhancement New feature or request

Comments

@jackfirth
Copy link
Owner

jackfirth commented Aug 14, 2019

Similar to struct-out, there should be provide transformers for exporting the constructor/predicate/accessors created by define-record-type, define-wrapper-type, etc. However, note that contract-out has special support for struct types that can't be emulated by other libraries. This isn't the end of the world, since contracts for rebellion/type should be attached using guards instead of using contract-out (see #42).

Implementing this feature requires some static information about the shape and fields of a type, so this is blocked on #179.

@jackfirth jackfirth added the enhancement New feature or request label Aug 14, 2019
@jackfirth jackfirth added this to the Datatypes Alpha Release milestone Aug 14, 2019
@jackfirth jackfirth added the blocked This can't be worked on until something else is fixed label Sep 4, 2019
@jackfirth jackfirth mentioned this issue Sep 10, 2019
3 tasks
@jackfirth jackfirth removed the blocked This can't be worked on until something else is fixed label Aug 25, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant