File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -380,8 +380,8 @@ The import corresponding to an export description is given by:
380
380
381
381
For embedder convenience, we also define:
382
382
383
- * :math: `` \isdirectexport(m, \exportdesc) = (\importforexport(m, \exportdesc) = \epsilon)`
384
- * :math: `` \i sindirectexport(m, \e xportdesc) = (\i mportforexport(m, \e xportdesc) \n eq \e psilon)`
383
+ * :math: `\isdirectexport (m, \exportdesc ) = (\importforexport (m, \exportdesc ) = \epsilon )`
384
+ * :math: `\isindirectexport (m, \exportdesc ) = (\importforexport (m, \exportdesc ) \neq \epsilon )`
385
385
386
386
Conventions
387
387
...........
Original file line number Diff line number Diff line change 347
347
.. |edmems| mathdef:: \xref{syntax/modules}{syntax-exportdesc}{\F{mems}}
348
348
.. |edglobals| mathdef:: \xref{syntax/modules}{syntax-exportdesc}{\F{globals}}
349
349
.. |importforexport| mathdef:: \xref{syntax/modules}{syntax-export}{\F{import\_for\_export}}
350
+ .. |isdirectexport| mathdef:: \xref{syntax/modules}{syntax-export}{\F{is\_direct\_export}}
351
+ .. |isindirectexport| mathdef:: \xref{syntax/modules}{syntax-export}{\F{is\_indirect\_export}}
350
352
351
353
352
354
.. Instructions, terminals
You can’t perform that action at this time.
0 commit comments