Skip to content
New issue

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

Specifiy type of set in toTensor for HashSet | OrderedSet #656

Merged
merged 2 commits into from
Jun 16, 2024

Commits on Jun 16, 2024

  1. [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.
    Vindaar committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    5b3c84c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad4cbc2 View commit details
    Browse the repository at this point in the history