Hacker News new | ask | show | jobs
by wtetzner 3353 days ago
You can also do this:

    let foo () = <code>
1 comments

That's news to me. Thanks!
() is just an empty tuple, so yes, you can write let f () =...