Hacker News new | ask | show | jobs
by derefr 3368 days ago
This reminds me of one diamond-in-the-rough of Erlang's syntax: rather than a module block, you just have a module-name attribute at the top of each file (where the entire file is then related to that module.) Your functions are just right there against the left of your screen!
1 comments

Haskell has a module block, but you don't need to indent the content because the block can end at EOF.