We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
https://scastie.scala-lang.org/Odomontois/V9g3cTrsTui4xpc3qhp0wA
import tofu.optics._ val s = Subset[List[String], List[Nothing]] val x : List[Int] = s.getOption(List("sound", "of", "silence")).toList.flatten x.sum
produces "Class cast exception`
Monocle macro has the same problem
https://scastie.scala-lang.org/Odomontois/V9g3cTrsTui4xpc3qhp0wA/2
We need to come with some more wise method to write that macro.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
https://scastie.scala-lang.org/Odomontois/V9g3cTrsTui4xpc3qhp0wA
produces "Class cast exception`
Monocle macro has the same problem
https://scastie.scala-lang.org/Odomontois/V9g3cTrsTui4xpc3qhp0wA/2
We need to come with some more wise method to write that macro.
The text was updated successfully, but these errors were encountered: