From 46e9dc31e2fbe907e1f3042efd289baf05f70341 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Antonio=20Mac=C3=ADas=20Ojeda?= Date: Tue, 30 Jul 2019 01:15:44 +0300 Subject: [PATCH] Updated Go2GenericsFeedback (markdown) --- Go2GenericsFeedback.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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