hls-hlint-plugin-1.0.3.0: 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