> |(isMemberOf "-f" args) && (isMemberOf "-i" args) > =printFreq(sortWordCount(parseLcLine textLines)) > |(isMemberOf "-f" args)
these two '|'s should be lined up, as in: > |(isMemberOf "-f" args) && (isMemberOf "-i" args) > =printFreq(sortWordCount(parseLcLine textLines)) > |(isMemberOf "-f" args) as should all successive '|'s _______________________________________________ Haskell-Cafe mailing list [EMAIL PROTECTED] http://www.haskell.org/mailman/listinfo/haskell-cafe