Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[spec] Fix definition of iextend #1696

Merged
merged 2 commits into from
Oct 24, 2023
Merged

[spec] Fix definition of iextend #1696

merged 2 commits into from
Oct 24, 2023

Conversation

rossberg
Copy link
Member

Fix #1695.

@rossberg rossberg requested a review from tlively October 24, 2023 11:02
@@ -719,7 +719,7 @@ The integer result of predicates -- i.e., :ref:`tests <syntax-testop>` and :ref:

.. math::
\begin{array}{lll@{\qquad}l}
\iextendMs_{N}(i) &=& \extends_{M,N}(i) \\
\iextendMs_{N}(i) &=& \extends_{M,N}(\wrap_{N,M}(i)) \\
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks like the prose above needs the same fix.

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Oh, indeed, fixed.

@rossberg rossberg merged commit b39baf7 into main Oct 24, 2023
3 checks passed
@rossberg rossberg deleted the fix.1695 branch October 24, 2023 16:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants