You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There's no reason not to allow plain old getter methods on non-case classes, generating a Getter. This is something that a user might reasonably guess is supported, and it seems unreasonably to make them bust out the Optics Family documentation to do it.
There's no reason not to allow plain old getter methods on non-case classes, generating a
Getter
. This is something that a user might reasonably guess is supported, and it seems unreasonably to make them bust out the Optics Family documentation to do it.eg
Focus[String](_.length) // Getter[String,Int]
Original issue: optics-dev/Monocly#39
The text was updated successfully, but these errors were encountered: