Or just drop any "fn" or "function" keyword, eg

($x, $y) => foo($x, $y);

array_map(($x) => $x + 1);

?

Reply via email to