Make PMatching a newtype for clarity.
[match/match.git] / program / ProposalMatcher.hs
index d435d67..dcc757a 100644 (file)
@@ -112,4 +112,4 @@ doMatching cfg inst@(PMInstance numRvrs numProps _ _) =
                        then [(i, j)]
                        else []
                in
-       sort pairs -- for prettiness
+       PMatching (sort pairs) -- for prettiness