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
this expression lens[T].s yields a Prism[T, String] that handles A values and ignores B. A GitHub discussion suggested the generation should have failed due to ambiguity instead.
Other idea: that this expression yields a Lens[T, String] that can handle both A and B values :-)
The text was updated successfully, but these errors were encountered:
Given this context:
this expression
lens[T].s
yields aPrism[T, String]
that handlesA
values and ignoresB
. A GitHub discussion suggested the generation should have failed due to ambiguity instead.Other idea: that this expression yields a
Lens[T, String]
that can handle bothA
andB
values :-)The text was updated successfully, but these errors were encountered: