design/19412: add algebraic enum types - #60
Conversation
|
This PR (HEAD: c8d4523) has been imported to Gerrit for code review. Please visit Gerrit at https://go-review.googlesource.com/c/proposal/+/802920. Important tips:
|
|
Message from Jonathan Amsterdam: Patch Set 1: (11 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/802920. |
|
Message from Danick Lachapelle: Patch Set 1: (8 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/802920. |
|
Message from Jonathan Amsterdam: Patch Set 1: (2 comments) Please don’t reply on this GitHub thread. Visit golang.org/cl/802920. |
|
Message from Jonathan Amsterdam: Patch Set 1: (1 comment) Please don’t reply on this GitHub thread. Visit golang.org/cl/802920. |
Add a design document for algebraic enum types.
The working proof of concept is Go+ (https://github.com/goonward/goplus), with a corresponding implementation in golang/go#80467.
Updates golang/go#19412.