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
When a function is defined in infix syntax, haskell-definition-face applies to the function name. So in the following, op will bear the definition face.
foo `op` bar = undefined
However, haskell-definition-face will fail to be assigned when an as-pattern precedes the function name. So, op below receives haskell-operator-face.