Colorful numbers: Difference between revisions

m
Mention another instance of an incorrect value.
m (Minor wording change in description.)
m (Mention another instance of an incorrect value.)
Line 368:
 
=={{header|Haskell}}==
{{incorrect|Haskell|9876543210 is not a Colorful number; nor is 98765432: <nowiki>6×5×4 == 5×4×3×2 == 120</nowiki>}}
<lang haskell>import Data.List ( nub )
import Data.List.Split ( divvy )
Anonymous user