Hacker News new | ask | show | jobs
by rakoo 1647 days ago
I have no experience in Haskell, but in Go:

- if it's a builtin or in the current package, you usie it directly

- if it's in another package the identifier is always prefixed with the package