aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorThéo Zimmermann2020-05-13 23:44:58 +0200
committerThéo Zimmermann2020-05-13 23:44:58 +0200
commit38bc188db7c0f84e6e798046d85db1da65567ec2 (patch)
tree95ebdb89f6bf4466fb18617b79a45781f546384c /doc
parent91b5990e724acc863a5dba66acc33fd698ac26f0 (diff)
Move file on modules in new location.
Diffstat (limited to 'doc')
-rw-r--r--doc/sphinx/language/core/modules.rst (renamed from doc/sphinx/language/module-system.rst)6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/sphinx/language/module-system.rst b/doc/sphinx/language/core/modules.rst
index 15fee91245..e1c054db42 100644
--- a/doc/sphinx/language/module-system.rst
+++ b/doc/sphinx/language/core/modules.rst
@@ -118,7 +118,7 @@ reduced term :math:`t_i` in :math:`p`.
\WEV{E}{S~\with~x := p}{}\\
\Struct~e_1 ;…;e_i ; \ModA{X}{p};e_{i+2} \{p/X\} ;…;e_n \{p/X\} ~\End
\end{array}
-
+
.. inference:: WEVAL-WITH-MOD-REC
\begin{array}{c}
@@ -130,7 +130,7 @@ reduced term :math:`t_i` in :math:`p`.
\WEV{E}{S~\with~X_1.p := p_1}{} \\
\Struct~e_1 ;…;e_i ; \ModS{X}{\ovl{S_2}};e_{i+2} \{p_1 /X_1.p\} ;…;e_n \{p_1 /X_1.p\} ~\End
\end{array}
-
+
.. inference:: WEVAL-WITH-DEF
\begin{array}{c}
@@ -419,7 +419,7 @@ Component access rules
E[Γ] ⊢ p.c : T
Notice that the following rule extends the delta rule defined in section :ref:`Conversion-rules`
-
+
.. inference:: ACC-DELTA
E[Γ] ⊢ p :~\Struct~e_1 ;…;e_i ;\Def{}{c}{t}{U};… ~\End