Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions source/exec.tex
Original file line number Diff line number Diff line change
Expand Up @@ -1893,7 +1893,6 @@
};
};
\end{codeblock}
\end{itemdescr}
Invocation of
\tcode{\exposid{impls-for}<\exposid{write-env-t}>::\exposid{get-env}}
returns an object \tcode{e} such that
Expand All @@ -1902,11 +1901,12 @@
\tcode{decltype(e)} models \exposconcept{queryable} and
\item
given a query object \tcode{q},
the expression \tcode{e.query(q)} is expression-equivalent
the expression \tcode{e.query(q)} is ex\-pres\-sion-equiv\-alent
to \tcode{state.query(q)} if that expression is valid,
otherwise, \tcode{e.query(q)} is expression-equivalent
otherwise, \tcode{e.query(q)} is ex\-pres\-sion-equiv\-alent
to \tcode{get_env(rcvr).query(q)}.
\end{itemize}
\end{itemdescr}

\rSec2[exec.snd.concepts]{Sender concepts}

Expand Down
Loading