You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
NoConfusingPrefixOperator seems to only report if the function has at least one argument applied to it. For example, this is currently not flagged by NoConfusingPrefixOperator, and it (presumably?) should be:
Maybe.map2 (>)(Dict.get n outerUses)(Dict.get n innerUses)