File tree Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Expand file tree Collapse file tree 1 file changed +0
-9
lines changed Original file line number Diff line number Diff line change @@ -1364,16 +1364,8 @@ Components may define values in the value index space using following syntax:
1364
1364
``` ebnf
1365
1365
value ::= (value <id>? <valtype> <val>)
1366
1366
val ::= false | true
1367
- | <core:u8>
1368
- | <core:u16>
1369
- | <core:u32>
1370
1367
| <core:u64>
1371
- | <core:s8>
1372
- | <core:s16>
1373
- | <core:s32>
1374
1368
| <core:s64>
1375
- | <f32canon>
1376
- | nan
1377
1369
| <f64canon>
1378
1370
| nan
1379
1371
| '<core:stringchar>'
@@ -1387,7 +1379,6 @@ val ::= false | true
1387
1379
| none | (some <val>)
1388
1380
| ok | (ok <val>) | error | (error <val>)
1389
1381
| (binary <core:datastring>)
1390
- f32canon ::= <core:f32> without the `nan:0x` case.
1391
1382
f64canon ::= <core:f64> without the `nan:0x` case.
1392
1383
```
1393
1384
You can’t perform that action at this time.
0 commit comments