
23 Feb
2005
23 Feb
'05
5:59 a.m.
Arthur van Leeuwen
On Wed, Feb 23, 2005 at 08:46:23AM +0100, Arthur van Leeuwen wrote:
On Wed, Feb 23, 2005 at 12:27:19AM +0000, Terrence Brannon wrote:
[snip, encryptia discordia]>
How about
module CryptDiscordian where
import List
vowels = "aeiouAEIOU" isVowel = (flip elem) vowel_list
you use vowel_list but define vowels also, I believe isVowel is taking advantage of a curried version of elem. Correct? -- Carter's Compass: I know I'm on the right track when, by deleting something, I'm adding functionality.