Skip to content

Commit

Permalink
clarify: no connectors in functions (#2308)
Browse files Browse the repository at this point in the history
Clarify: no connectors, package or operator components (etc) in functions, this replaces #3 
and now more readable with nicer line break
  • Loading branch information
thorade authored and HansOlsson committed Jun 4, 2019
1 parent f798ac2 commit c6bb1ad
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -147,9 +147,10 @@ \section{Function as a Specialized Class}\doublelabel{function-as-a-specialized-
external function interface} (not both), which, if present, is the
body of the function.
\item
A function may only contain components of the restricted classes \lstinline!type!,
\lstinline!record!, \lstinline!operator record!, and \lstinline!function!; i.e. no
\lstinline!model! or \lstinline!block!
A function may only contain components of the restricted classes
\lstinline!type!, \lstinline!record!, \lstinline!operator record!, and \lstinline!function!;
and it must not contain e.g.
\lstinline!model!, \lstinline!block!, \lstinline!operator! or \lstinline!connector!
components.
\item
The elements of a function may not have prefixes \lstinline!inner!, or \lstinline!outer!.
Expand Down

0 comments on commit c6bb1ad

Please sign in to comment.