Hacker News new | ask | show | jobs
by garethrowlands 1287 days ago
Yes and you tend to use ^. in Haskell where you'd use . in python, say. And . is also an operator. Similarly, you'd likely be using = in python where you'd use .~ in python. As for ^.., I'm not sure there's an idiomatic python equivalent - certainly nothing as simple as adding an extra . to the operator.
1 comments

They are in fact well structured and not random at all. Take a look at this:

https://github.com/ekmett/lens/wiki/Operators