-
Notifications
You must be signed in to change notification settings - Fork 7
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
feat(grammar)!: generalized grammar type class #19
Conversation
fadbea4
to
21b6986
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems to work quite nicely, I would just change the type name to Grammar
instead of GrammarType
.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks. This is a cool implementation that handles primitive types, if we extend this in the future to generic objects we can have something like Grammar[Part]
which would extend grammar-awareness to basically everything in the parts definition.
No description provided.