Skip to content

fix unifyLabels GT branch closed flags#883

Open
cuiweixie wants to merge 1 commit into
koka-lang:devfrom
cuiweixie:fix/unify-labels-gt-closed-flags
Open

fix unifyLabels GT branch closed flags#883
cuiweixie wants to merge 1 commit into
koka-lang:devfrom
cuiweixie:fix/unify-labels-gt-closed-flags

Conversation

@cuiweixie

Copy link
Copy Markdown

Summary

Fix a typo in unifyLabels: the GT case passed closed2 for both boolean arguments instead of (closed1, closed2).

This matches the LT branch and the recursive unifyLabels call, so each effect row keeps the correct "closed" flag.

unifyLabels expects (closed1, closed2) for the two effect rows; the GT
case incorrectly passed closed2 twice.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant