Count how many vowels and consonants occur in a string: Difference between revisions

Content deleted Content added
Hout (talk | contribs)
→‎{{header|Haskell}}: A possible interpretation in Haskell
Hout (talk | contribs)
Line 229: Line 229:
------------------------- GENERAL ------------------------
------------------------- GENERAL ------------------------


if_ :: Bool -> p -> p -> p
if_ :: Bool -> a -> a -> a
if_ p t f =
if_ p t f =
if p
if p