Skip to content

Commit

Permalink
Intrinsic functions: Don't repeat the parameter list in the preamble (1)
Browse files Browse the repository at this point in the history
The clause that defines an intrinsic function
(other than an acccessor function)
gives its parameter list in the clause heading.
Often, the preamble re-states the parameter list.
This commit (and the next) deletes those repeats.

(See Issue tc39#2576 for justification.)

In this commit, we handle all the simple cases
where nothing is lost by deleting the repeat.
  • Loading branch information
jmdyck committed Jan 10, 2022
1 parent dfd6e88 commit 55abac7
Showing 1 changed file with 171 additions and 171 deletions.
Loading

0 comments on commit 55abac7

Please sign in to comment.