Skip to content

Improve inference with linear types

Krzysztof Gogolewski requested to merge tweag/ghc:wip/fix-linear-test into master

This fixes test Linear14. The code in Unify.hs was always using multiplicity Many instead of a new metavariable.

Merge request reports