Hi, since abstract types cant have any fields I think of them as interfaces. I want to specify that a type is subtype of more than one supertype. I tried this:
abstract A abstract B type T <: A, B end But I cant do that. Is it even possible to do? Am I using a wrong syntax? Martin.
