We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a953fa commit 71b8142Copy full SHA for 71b8142
design/mvp/Binary.md
@@ -355,7 +355,7 @@ Notes:
355
(See [Value Definitions](Explainer.md#value-definitions) in the explainer.)
356
357
```ebnf
358
-value ::= t:<valtype> v:<val(t)> => (value t v)
+value ::= t:<valtype> len:<uN> v:<val(t)> => (value t v) (where len = |v+|)
359
val(bool) ::= 0x00 => false
360
| 0x01 => true
361
val(u8) ::= v:<core:byte> => v
0 commit comments