Comment on Lens: Lenses, Folds and TraversalsparentComments−agnishom1yMy bad.But I think my point still stands? What is the 'normal' way to write ^. for example?−kccqzy1yThe non-operator way to write ^. is the named function called view. https://hackage-content.haskell.org/package/lens-5.3.5/docs/...−agnishom1yThanks. Perhaps you have a point
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