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.
N
value
1 parent b8c31b0 commit 82a66f8Copy full SHA for 82a66f8
design/mvp/Binary.md
@@ -358,7 +358,7 @@ Notes:
358
(See [Value Definitions](Explainer.md#value-definitions) in the explainer.)
359
360
```ebnf
361
-value ::= t:<valtype> len:<uN> v:<val(t)> => (value t v) (where len = ||v||)
+value ::= t:<valtype> len:<uN> v:<val(t)> => (value t v) (where len = ||v|| and N = ceil(sqrt(||v||)))
362
val(bool) ::= 0x00 => false
363
| 0x01 => true
364
val(u8) ::= v:<core:byte> => v
0 commit comments