Skip to content

Commit 2408362

Browse files
rvolosatovslukewagner
authored andcommitted
collapse text format scalar definition rules
Signed-off-by: Roman Volosatovs <rvolosatovs@riseup.net>
1 parent f8b1bf1 commit 2408362

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
@@ -1364,16 +1364,8 @@ Components may define values in the value index space using following syntax:
13641364
```ebnf
13651365
value ::= (value <id>? <valtype> <val>)
13661366
val ::= false | true
1367-
| <core:u8>
1368-
| <core:u16>
1369-
| <core:u32>
13701367
| <core:u64>
1371-
| <core:s8>
1372-
| <core:s16>
1373-
| <core:s32>
13741368
| <core:s64>
1375-
| <f32canon>
1376-
| nan
13771369
| <f64canon>
13781370
| nan
13791371
| '<core:stringchar>'
@@ -1387,7 +1379,6 @@ val ::= false | true
13871379
| none | (some <val>)
13881380
| ok | (ok <val>) | error | (error <val>)
13891381
| (binary <core:datastring>)
1390-
f32canon ::= <core:f32> without the `nan:0x` case.
13911382
f64canon ::= <core:f64> without the `nan:0x` case.
13921383
```
13931384

0 commit comments

Comments
 (0)