Blanket impls also now default to an existing concrete implementation. Thus blanket impls, no longer generate a ton of the same implementation when monomorphized. Additionally, this means that you can override a custom impl. We'll need to wait and see if this is desirable behaviour, but for now i'm fine with it.
Fixes #117
Blanket impls also now default to an existing concrete implementation. Thus blanket impls, no longer generate a ton of the same implementation when monomorphized. Additionally, this means that you can override a custom impl. We'll need to wait and see if this is desirable behaviour, but for now i'm fine with it.