cconstable
11/03/2017, 7:31 PM-> is used to specify return types in some cases but not others (e.g. : is used in fun). Is there a reason for this perceived inconsistency?karelpeeters
11/03/2017, 9:19 PM-> used for return types? It's used in lambdas for the return value.patrickdelconte
11/03/2017, 10:42 PMkarelpeeters
11/03/2017, 10:49 PMf: (Int) : Int is a lot more difficult to read?