Haskell, single greatest language ever created in the history of man. Discuss
Name:
Anonymous2007-02-02 18:30
("#" `isPrefixOf`)
Why in the hell would you make isPrefixOf infix and then curry it? Plus why are you composing two filters, just make a single filter using the magic of boolean operators. And why is "file" hardcoded into items instead of being a parameter? Is this some obscure attempt at sarcasm?