Hacker News new | ask | show | jobs
by _kb 299 days ago
I don’t think that’s correct. The dot operator is composition with the same semantics as when using normal math notation.

   (f . g) x
is equivalent to

   f (g x)