Skip to content

Commit

Permalink
Consider function input variables as structural expressions
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikt-ma committed Mar 31, 2021
1 parent 8b5c22b commit dc77c90
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/operatorsandexpressions.tex
Expand Up @@ -1409,6 +1409,8 @@ \subsection{Structural Expressions}\label{structural-expressions}
Constant expressions.
\item
Structural parameters (\cref{component-variability-prefixes-discrete-parameter-constant}).
\item
Input variables in functions behave as though they were structural expressions.
\item
Except for the special built-in operators \lstinline!initial!, \lstinline!terminal!, \lstinline!der!, \lstinline!edge!, \lstinline!change!, \lstinline!sample!, and \lstinline!pre!, a function or operator with structural subexpressions is a structural expression.
\item
Expand All @@ -1435,8 +1437,6 @@ \subsection{Parameter Expressions}\label{parameter-expressions}
Structural expressions.
\item
Normal parameters (\cref{component-variability-prefixes-discrete-parameter-constant}).
\item
Input variables in functions behave as though they were parameter expressions.
\item
Except for the special built-in operators \lstinline!initial!, \lstinline!terminal!, \lstinline!der!,
\lstinline!edge!, \lstinline!change!, \lstinline!sample!, and \lstinline!pre!, a function or operator with parameter
Expand Down

0 comments on commit dc77c90

Please sign in to comment.