diff --git a/Go2GenericsFeedback.md b/Go2GenericsFeedback.md index f2f7a515..d28c9edf 100644 --- a/Go2GenericsFeedback.md +++ b/Go2GenericsFeedback.md @@ -344,4 +344,6 @@ func main() { v:= IntStringHolder{} v.Set(7,"Lucky") } -``` \ No newline at end of file +``` + +- antoniomo: While the draft clearly explains why `F`, `F[T]` and non-ASCII (unable to type it here) `F<>` where discarded, feels like `F{T}` would be more human readable than the sometimes three in a row set of `()`, while not complicating the parser with unbounded lookahead as you can't open a block in those circumstances. \ No newline at end of file