Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[tensor] avoid usage of
SomeSet
in toTensor
for sets
The generic + generic type class leads the compiler to become drunk and chooses to compile code that really does not belong in there. We might further want to restrict `T` as well, but I don't want to be too restrictive for now.
- Loading branch information