Jump to content

Find words with alternating vowels and consonants: Difference between revisions

m
→‎{{header|Haskell}}: Pruned out an unused import.
(→‎{{header|Haskell}}: Output split into columns. Ormolu applied to source.)
m (→‎{{header|Haskell}}: Pruned out an unused import.)
Line 569:
 
=={{header|Haskell}}==
<lang haskell>import Data.List.Split (transposechunksOf)
import Data.List.Split (chunksOf)
 
------ WORDS WITHOUT SUCCESSIVE VOWELS OR CONSONANTS -----
9,659

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.