Skip to content

Commit

Permalink
Fix markup of product-type constructor call in [exec.just]
Browse files Browse the repository at this point in the history
The `\exposid{product-type}` needed some extra `@` symbols surrounding so that the subsequent curly-braces for the constructor call are treated as literal text.
  • Loading branch information
lewissbaker authored Aug 12, 2024
1 parent 6ce5874 commit c8f87ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -2583,7 +2583,7 @@
\end{itemize}

Otherwise, it is expression-equivalent to
\tcode{\exposid{make-sender}(\exposid{just-cpo}, \exposid{product-type}{ts...})}.
\tcode{\exposid{make-sender}(\exposid{just-cpo}, @\exposid{product-type}@{ts...})}.

For \tcode{just}, \tcode{just_error}, and \tcode{just_stopped},
let \exposid{set-cpo} be
Expand Down

0 comments on commit c8f87ef

Please # to comment.