Y
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
agnishom
347 days ago
My bad.
But I think my point still stands? What is the 'normal' way to write ^. for example?
link
kccqzy
344 days ago
The non-operator way to write ^. is the named function called view.
https://hackage-content.haskell.org/package/lens-5.3.5/docs/...
link
agnishom
342 days ago
Thanks. Perhaps you have a point
link
But I think my point still stands? What is the 'normal' way to write ^. for example?