Skip to content

Commit 7c0c34f

Browse files
committed
collapse text format scalar definition rules
Signed-off-by: Roman Volosatovs <[email protected]>
1 parent 5a349e3 commit 7c0c34f

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

design/mvp/Explainer.md

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1371,16 +1371,8 @@ Components may define values in the value index space using following syntax:
13711371
```ebnf
13721372
value ::= (value <id>? <valtype> <val>)
13731373
val ::= false | true
1374-
| <core:u8>
1375-
| <core:u16>
1376-
| <core:u32>
13771374
| <core:u64>
1378-
| <core:s8>
1379-
| <core:s16>
1380-
| <core:s32>
13811375
| <core:s64>
1382-
| <f32canon>
1383-
| nan
13841376
| <f64canon>
13851377
| nan
13861378
| '<core:stringchar>'
@@ -1394,7 +1386,6 @@ val ::= false | true
13941386
| none | (some <val>)
13951387
| ok | (ok <val>) | error | (error <val>)
13961388
| (binary <core:datastring>)
1397-
f32canon ::= <core:f32> without the `nan:0x` case.
13981389
f64canon ::= <core:f64> without the `nan:0x` case.
13991390
```
14001391

0 commit comments

Comments
 (0)