Skip to content

Commit

Permalink
Replace class-name by type-specifier as in grammar
Browse files Browse the repository at this point in the history
  • Loading branch information
HansOlsson committed Jun 23, 2020
1 parent 2aba8d0 commit bcf5da2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions chapters/functions.tex
Original file line number Diff line number Diff line change
Expand Up @@ -490,8 +490,8 @@ \subsection{Functional Input Arguments to Functions}\doublelabel{functional-inpu

A functional input argument to a function is an argument of function
type. The declared type of such an input formal parameter in a function
can be the class-name of a partial function that has no replaceable
elements. It cannot be the class-name of a record or enumeration
can be the type-specifier of a partial function that has no replaceable
elements. It cannot be the type-specifier of a record or enumeration
(i.e., record constructor functions and enumeration type
conversions are not allowed in this context). Such an input formal
parameter of function type can also have an optional functional default
Expand Down

0 comments on commit bcf5da2

Please sign in to comment.