haskell-language-server-2.7.0.0: plugins/hls-hlint-plugin/test/testdata/fixity/FixityUse.hs
module FixityUse where import FixityDef foo :: Char -> Maybe Int -> Maybe String foo c mInt = show <$> mInt <!> pure <$> Just c
module FixityUse where import FixityDef foo :: Char -> Maybe Int -> Maybe String foo c mInt = show <$> mInt <!> pure <$> Just c