You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See goldfirere/singletons#60. Desugaring pattern guards sometimes leads to overlapping patterns, which is suboptimal. But, fixing this seems to require pattern completeness analysis. This will be made easier (that is, feasible) once pattern flattening is implemented.
The text was updated successfully, but these errors were encountered:
This implements a check for universal patterns and does not
continue to desugar matches after a universal pattern. This
does *not* eradicate #6, but it makes it less of a problem
in practice (in singletons).
See goldfirere/singletons#60. Desugaring pattern guards sometimes leads to overlapping patterns, which is suboptimal. But, fixing this seems to require pattern completeness analysis. This will be made easier (that is, feasible) once pattern flattening is implemented.
The text was updated successfully, but these errors were encountered: