Find words which contain the most consonants: Difference between revisions

→‎{{header|Haskell}}: Expanded preamble (ambiguous task description)
(→‎{{header|Haskell}}: Expanded preamble (ambiguous task description))
Line 1,469:
 
 
Or, in terms of Data.Set:, choosing just one of various possible interpretations of an ambiguous task description.
 
<lang haskell>import Data.Char (toLower)
9,655

edits