Consensys / corset

4 stars 12 forks source link

Add missing `binary` type annotations #64

Closed DavePearce closed 5 months ago

DavePearce commented 5 months ago

In the standard library I believe the binary type annotation can be added in a small number of places. For example, ~and is guaranteed to return a binary value because it uses ~ on its return value, etc.

DavePearce commented 5 months ago

@delehef I don't have any easy way to test this change has no impact, so please check I didn't make some stupid mistake.