-
Notifications
You must be signed in to change notification settings - Fork 182
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 ADTs #524
Support for ADTs #524
Conversation
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.
Good start :)
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.
From a quick read looks like it's going in the right direction! 👍
Rebased - I'm just working on the final tests now |
So, we previously talked about merging last week. I went ahead and rebased and added the tests and updated for the new display tests. So, I'm gonna go ahead and merge this. Thanks @doctorn |
This is far from complete (I have practically no tests right now and I haven't really attempted any of the refactoring suggested in #506) however I thought this would be a good point to get some eyes on this as it doesn't break any tests... Any thoughts?
Will eventually resolve #505