but I think with a compiler plugin we can store th...
# arrow
r
but I think with a compiler plugin we can store the nested generics metadata and reify it later so you can do things like:
Copy code
case( is List<Either<Option<A>>> -> { ... })