Block a user
Solidify Resource-Medium interaction
Element-wise inference via generics
For example, in a class B(A)
, the parent relationship to A
is available under B.mro()
. But if we define A
to be generic, e.g., A[C]
, subtypes of C
can be enforced as the compositional…