Open SimaDovakin opened 3 months ago
Is there some reason not to implement binary notation for Nat and Int types? I found hexadecimal and octal, but didn't find the binary one.
No reason that I know of, just didn't realize it was desirable.
Thank you. I guess I can try to add support for this.
Support for the binary notation https://github.com/unisonweb/unison/pull/5294
Is there some reason not to implement binary notation for Nat and Int types? I found hexadecimal and octal, but didn't find the binary one.