1
1
mirror of https://github.com/github/semantic.git synced 2024-12-20 05:11:44 +03:00

Ignore a warning about reducing duplication.

This commit is contained in:
Rob Rix 2018-09-25 16:41:50 -05:00
parent 086b3b5624
commit eb5a241edd

View File

@ -149,3 +149,5 @@ reassociate = mergeExcs . mergeExcs . mergeExcs . mergeExcs . mergeExcs . mergeE
prettyShow :: Show a => a -> IO ()
prettyShow = putStrLn . hscolour TTY defaultColourPrefs False False "" False . ppShow
{-# ANN module ("HLint: ignore Reduce duplication" :: String) #-}