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 Nov 28, 2021
1 parent 0b19dc4 commit 79e18a2
Showing 1 changed file with 171 additions and 171 deletions.
Loading

0 comments on commit 79e18a2

Please sign in to comment.