Skip to content
This repository was archived by the owner on Apr 25, 2025. It is now read-only.

Commit 2361fee

Browse files
authored
Merge pull request #524 from takikawa/adjust-spacing-match
[spec] minor formatting adjustment
2 parents 6b9b1e2 + 88774bd commit 2361fee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

document/core/appendix/embedding.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -674,7 +674,7 @@ Matching
674674

675675
.. math::
676676
\begin{array}{lclll}
677-
\F{match\_reftype}(t_1, t_2) &=& \TRUE && (\iff \vdashvaltypematch t_1 \matchesvaltype t_2) \\
677+
\F{match\_reftype}(t_1, t_2) &=& \TRUE && (\iff {} \vdashvaltypematch t_1 \matchesvaltype t_2) \\
678678
\F{match\_reftype}(t_1, t_2) &=& \FALSE && (\otherwise) \\
679679
\end{array}
680680
@@ -690,6 +690,6 @@ Matching
690690

691691
.. math::
692692
\begin{array}{lclll}
693-
\F{match\_externtype}(\X{et}_1, \X{et}_2) &=& \TRUE && (\iff \vdashexterntypematch \X{et}_1 \matchesexterntype \X{et}_2) \\
693+
\F{match\_externtype}(\X{et}_1, \X{et}_2) &=& \TRUE && (\iff {} \vdashexterntypematch \X{et}_1 \matchesexterntype \X{et}_2) \\
694694
\F{match\_externtype}(\X{et}_1, \X{et}_2) &=& \FALSE && (\otherwise) \\
695695
\end{array}

0 commit comments

Comments
 (0)