Uh oh!
There was an error while loading. Please reload this page.
Add char to types resolvable by GenericZero - #8298
Conversation
cartermp
commented
Jan 21, 2020
Needs a @dsyme review since I don't have context on this omission |
dsyme
commented
Jan 21, 2020
This is by design, though I don't feel strongly about it - the rationale is
Is there an example which shows the good reason to support Zero on Char? See also ConstraintSolver.fs, which would also need updating, and we would need testing of course. |
Happypig375
commented
Jan 22, 2020
It's mostly for consistency. It is weird to have |
dsyme
commented
Mar 23, 2020
Can you add the fix to ConstraintSolver.fs too, and also add test cases? Thanks |
cartermp
left a comment
There was a problem hiding this comment.
Thanks @Happypig375, I think this is a good change.
KevinRansom
left a comment
There was a problem hiding this comment.
Thank you for this contribution
KevinRansom
commented
May 28, 2020
@Happypig375 thank you for this contribution. Kevin |
* Add char to types resolvable by GenericZero * Add char to get_Zero solving * Add char to test * Add char to test * Add char to test again * Fix naming
It's resolvable by GenericOne already. Why not add it to GenericZero?