Commit ab476442 authored by Andrew Waterman's avatar Andrew Waterman
Browse files

Remove most operators from Bits

The concrete return type was the type of the LHS, which is wrong for
most mixed-signedness code.  We can get it right using double-dispatch,
but let's wait until we know we need to do so.

I left the comparison operators because their return type is always Bool.
parent b5518903
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment