Y
Hacker News
new
|
ask
|
show
|
jobs
by
smenko
4106 days ago
Err, no... One is a type construction, the other is function application. It sure helps if these are different...
1 comments
platz
4106 days ago
Conceivably, it could be application of a type constructor to type arguments, where parens control precedence, not application:
Func (Future (List (Option String)))
link