-
Notifications
You must be signed in to change notification settings - Fork 8
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
Support for row types #27
Comments
I was able to modify the library to support it, not sure I did it the proper way but thought I'd share. Modification to Type enum in types.rs
Modification to unify_inner() in context.rs
The remaining changes were trivial (e.g. show, occurs, etc) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Currently it seems its not possible to have structured types (e.g. records). Are there any plans to add support for row algebra? If not, any guidance for if one wanted to extend the library to support it?
Thanks!
The text was updated successfully, but these errors were encountered: