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 5b84168 commit 0ab2379Copy full SHA for 0ab2379
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> 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||)))
359
val(bool) ::= 0x00 => false
360
| 0x01 => true
361
val(u8) ::= v:<core:byte> => v
0 commit comments