You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I haven't done an audit of the spec, but I believe there isn't support at the reader level for byte vectors yet, so doing the short hand byte vector syntax isn't possible at the moment
See bytevectors here: https://small.r7rs.org/attachment/r7rs.pdf
These could either be implemented as an enum variant in
SteelVal
or as just an opaque struct.The text was updated successfully, but these errors were encountered: