Closed blaix closed 7 months ago
Looks like a carry-over from elm: https://github.com/elm/bytes/issues/15
> import Bytes.Encode > a = Bytes.Encode.encode <| Bytes.Encode.string "Byte me" <7 bytes> : Bytes.Bytes > b = Bytes.Encode.encode <| Bytes.Encode.unsignedInt8 1 <1 bytes> : Bytes.Bytes > a == b True : Bool
Oops, this should probably be on https://github.com/gren-lang/core I think?
Yep, and it's already there: https://github.com/gren-lang/core/issues/48
Looks like a carry-over from elm: https://github.com/elm/bytes/issues/15