Struct pattern in function head does not handle matching variables #93
Labels
bug
Something isn't working
enhancement
New feature or request
gradualizer-issue
Needs addressing in Gradualizer
This one seems to be caused by a known limitation in the type checker, i.e. by it not being able to understand variable binds in the struct pattern and the fact that both fields must match. In other words, the problem is on the type checker side, not in the checked code, so it's a false positive.
Originally reported by @baldwindavid in #84
The text was updated successfully, but these errors were encountered: