Closed degory closed 7 months ago
It should not be necessary to specify explicit void return type for lambdas that return void
let do_something = () => write_line("something");
It should not be necessary to specify explicit void return type for lambdas that return void