rtulip / haystack

Haystack is a compiled, statically typed, stack-based language with opt-in variable assignment.
MIT License
25 stars 2 forks source link

Check for reimpl #132

Closed rtulip closed 1 year ago

rtulip commented 1 year ago

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.