Skip to content

fix unifyLabels closed flags and Skolem EQ branch#884

Open
cuiweixie wants to merge 1 commit intokoka-lang:devfrom
cuiweixie:fix/unify-labels-skolem-eq-else
Open

fix unifyLabels closed flags and Skolem EQ branch#884
cuiweixie wants to merge 1 commit intokoka-lang:devfrom
cuiweixie:fix/unify-labels-skolem-eq-else

Conversation

@cuiweixie
Copy link
Copy Markdown

Summary

  • GT: pass (closed1, closed2) into the recursive unifyLabels call instead of (closed2, closed2).
  • EQ (Skolem scopes): when id1 >= id2, pass (ls1, ll2) instead of (ls2, ll2) so the case mirrors the id1 < id2 branch (ll1 / ls2).

The id1 >= id2 case passed ls2 as the first list; mirror the id1 < id2
branch with ls1 and ll2.
@cuiweixie cuiweixie force-pushed the fix/unify-labels-skolem-eq-else branch from 3e50b1f to b22cab2 Compare March 27, 2026 02:00
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