diff --git a/design/mvp/Binary.md b/design/mvp/Binary.md index 4e3a8d32..4a81dcf3 100644 --- a/design/mvp/Binary.md +++ b/design/mvp/Binary.md @@ -182,11 +182,11 @@ primvaltype ::= 0x7f => bool | 0x73 => string defvaltype ::= pvt: => pvt | 0x72 lt*:vec() => (record (field lt)*) (if |lt*| > 0) - | 0x71 case*:vec() => (variant case*) + | 0x71 case*:vec() => (variant case+) (if |case*| > 0) | 0x70 t: => (list t) | 0x6f t*:vec() => (tuple t+) (if |t*| > 0) | 0x6e l*:vec() => (flags l+) (if |l*| > 0) - | 0x6d l*:vec() => (enum l*) + | 0x6d l*:vec() => (enum l+) (if |l*| > 0) | 0x6b t: => (option t) | 0x6a t?:? u?:? => (result t? (error u)?) | 0x69 i: => (own i)