We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a37def commit 8c6bf79Copy full SHA for 8c6bf79
design/mvp/Binary.md
@@ -195,7 +195,7 @@ defvaltype ::= pvt:<primvaltype> => pvt
195
| 0x72 lt*:vec(<labelvaltype>) => (record (field lt)*) (if |lt*| > 0)
196
| 0x71 case*:vec(<case>) => (variant case+) (if |case*| > 0)
197
| 0x70 t:<valtype> => (list t)
198
- | 0x67 t:<valtype> len:<u32> => (list t len) 🔧
+ | 0x67 t:<valtype> len:<u32> => (list t len) (if len > 0) 🔧
199
| 0x6f t*:vec(<valtype>) => (tuple t+) (if |t*| > 0)
200
| 0x6e l*:vec(<label'>) => (flags l+) (if 0 < |l*| <= 32)
201
| 0x6d l*:vec(<label'>) => (enum l+) (if |l*| > 0)
0 commit comments