8 ms·
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 o
by samprotas 7y 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.