Hacker News new | ask | show | jobs
by samprotas 2325 days ago
I believe it’s a reference to the dot operator:

    .
The parens around it are Haskell notation for using an operator in prefix position, which is often how operators are displayed in a “standalone” context such as this.