Hacker News new | ask | show | jobs
by kccqzy 347 days ago
Read more carefully. My advice is to ditch operators in the lens package. I didn't tell anyone to ditch operators in Prelude including <$>.
1 comments

My bad.

But I think my point still stands? What is the 'normal' way to write ^. for example?

The non-operator way to write ^. is the named function called view. https://hackage-content.haskell.org/package/lens-5.3.5/docs/...
Thanks. Perhaps you have a point