Why can't I do something like
let sum = List.fold + 0 aListOfNumbers
|
Why can't I do something like
| |||
|
feedback
|
|
Because if you write it that way, F# thinks that you're trying to call To give an infix operator as an argument to a function you need to parenthesize it:
| |||
|
feedback
|