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