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
summary: A type operator was not provided with both arguments.
severity: warning
extension: TypeOperators
introduced: 9.6.1
---
This error occurs when an infix operator in a type is used as a prefix or postfix operator. That is, if one writes `T1 OP` or `OP T2` instead of `T1 OP T2`, for types `T1` and `T2` and infix operator `OP`.
GHC-24180 can be thrown in contexts unrelated to TypeOperators. For example,
No description provided.
The text was updated successfully, but these errors were encountered: