haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/fixity/FixityDef.hs
module FixityDef where infixl 3 <!> (<!>) :: Maybe a -> Maybe (Maybe b) -> Maybe String (<!>) a b = Nothing
module FixityDef where infixl 3 <!> (<!>) :: Maybe a -> Maybe (Maybe b) -> Maybe String (<!>) a b = Nothing