Y
Hacker News
new
|
ask
|
show
|
jobs
by
wtetzner
3353 days ago
You can also do this:
let foo () = <code>
1 comments
lobster_johnson
3353 days ago
That's news to me. Thanks!
link
ernst_klim
3353 days ago
() is just an empty tuple, so yes, you can write let f () =...
link