1
0
Fork 0

Ignore hint

main
Bill Ewanick 2023-11-10 10:41:44 -05:00
parent 0d71490cc3
commit f826f2b2d3
2 changed files with 6 additions and 1 deletions

View File

@ -6,6 +6,8 @@
"elems",
"Factorisation",
"factorise",
"foldl"
"foldl",
"HLINT",
"unrecognised"
]
}

View File

@ -5,6 +5,9 @@ The sum of these multiples is 23.
Find the sum of all the multiples of 3 or 5 below 1000.
-}
{-# OPTIONS_GHC -Wno-unrecognised-pragmas #-}
{-# HLINT ignore "Use sum" #-}
module Main where
main :: IO ()