]> Cypherpunks repositories - gostls13.git/commit
spec: combine section on type parameters and type parameter lists
authorRobert Griesemer <gri@golang.org>
Fri, 11 Feb 2022 05:51:04 +0000 (21:51 -0800)
committerRobert Griesemer <gri@golang.org>
Fri, 11 Feb 2022 16:26:49 +0000 (16:26 +0000)
commit18e1a5a0859a268af83d3bbe855b8bf3b2d25298
tree416e38aaaf44c7982e0c4b1cb86b26fce47d7d12
parentea9b1f1573736dacb4a6dd3c6e356d55a186ffc9
spec: combine section on type parameters and type parameter lists

This change moves the relevant prose of the section on type parameters
into the section on type parameter lists and eliminates the former.

With this change, the section on types now exclusively describes all
Go composite types.

User-defined named types (defined types and type parameters) are
described with their declarations.

Change-Id: I3e421cd236e8801d31a4a81ff1e5ec9933e3ed20
Reviewed-on: https://go-review.googlesource.com/c/go/+/385037
Trust: Robert Griesemer <gri@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
doc/go_spec.html