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 Mar 10, 2022
1 parent 97b2e85 commit 6d92d14
Showing 1 changed file with 171 additions and 171 deletions.
Loading

0 comments on commit 6d92d14

Please sign in to comment.