We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c348dd6 commit 4a9b52fCopy full SHA for 4a9b52f
src/solver/sLR.ml
@@ -66,7 +66,7 @@ module SLR3 =
66
if tracing then trace "sol" "Contrib:%a" S.Dom.pretty tmp;
67
let tmp =
68
if wpx then
69
- if HM.mem globals x then S.Dom.widen old tmp (* TODO: no join in second argument, can call widen incorrectly? *)
+ if HM.mem globals x then S.Dom.widen old (S.Dom.join old tmp)
70
else box old tmp
71
else tmp
72
in
0 commit comments