Skip to content

Commit

Permalink
Drop useless mention of 'declaration assignment'
Browse files Browse the repository at this point in the history
Since the sentence already speaks of binding equations in general, there is no need to say that it also covers binding equations in functions (which is what 'declaration assignment' is supposed to have meant).
  • Loading branch information
henrikt-ma committed Dec 10, 2020
1 parent 1737c67 commit 9bef7d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions chapters/arrays.tex
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,7 @@ \section{Array Declarations}\label{array-declarations}
\item
Subscripted using expressions of the appropriate type (i.e.\ \lstinline!Boolean! or the enumerated type).
\item
Binding equations of the form \lstinline!x1 = x2! as well as declaration assignments of the form \lstinline!x1 := x2! are allowed for arrays independent of
whether the index types of dimensions are subtypes of \lstinline!Integer!, \lstinline!Boolean!, or enumeration types.
Binding equations of the form \lstinline!x1 = x2! are allowed for arrays independent of whether the index types of dimensions are subtypes of \lstinline!Integer!, \lstinline!Boolean!, or enumeration types.
\end{itemize}

% IMPROVETOP
Expand Down

0 comments on commit 9bef7d9

Please sign in to comment.