-
Notifications
You must be signed in to change notification settings - Fork 64
canonicalize Composite{Any} #322
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
Conversation
Codecov Report
@@ Coverage Diff @@
## master #322 +/- ##
==========================================
- Coverage 89.72% 89.58% -0.15%
==========================================
Files 13 13
Lines 477 480 +3
==========================================
+ Hits 428 430 +2
- Misses 49 50 +1
Continue to review full report at Codecov.
|
oxinabox
left a comment
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.
I feel like we need to document this somewhere.
Co-authored-by: Lyndon White <oxinabox@ucc.asn.au>
Closes #321
I don't think it would be easy to make it work for general abstract types because of dispatch? It's not possible to dispatch on whether type is abstract or concrete right?