Comment on Lens: Lenses, Folds and TraversalsparentComments−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
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