Skip to content

Prevent half-specialization #1955

@andrew-johnson-4

Description

@andrew-johnson-4

Problem:

  • open : x -> x
  • open : U64 -> U64
  • applying open U8 will unify with open U64 first rather than the more specific specialization that would result from the parameterized version open x

This ticket is blocked by garbage collection because the naive algorithm here is a bit expensive.

Is there a good algorithm here that isn't too costly?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions