Skip to content

Commit

Permalink
Use given name of rule in example with record equations
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed May 10, 2021
1 parent 98fc60f commit bb7bbad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion chapters/operatorsandexpressions.tex
Expand Up @@ -1527,7 +1527,7 @@ \subsection{Discrete-Time Expressions}\label{discrete-time-expressions}
\end{nonnormative}

\begin{example}
Discrete-time equation rule applied to record equations.
Discrete-valued equation variability rule applied to record equations.
In the first of the equations below, having a record constructor on both sides of the equation, the equation is conceptually split, and variabilities of \lstinline!time! and \lstinline!true! are considered separately.
In the second equation, the \lstinline!makeR! function call -- regardless of inlining -- means that the equation cannot be conceptually split into individual record members.
The variability of the \lstinline!makeR! call is continuous-time due to the \lstinline!time! argument, which also becomes the variability of the \lstinline!b! member of the call.
Expand Down

0 comments on commit bb7bbad

Please sign in to comment.