Just to toss my own cents into the camelCase versus under_score discussion: I personally prefer to use camelCase for functions and types and under_score for variables and value so that the two can be easily visually distinguished. For example,
callFunctionWith first_variable second_variable This is arguably either the best or the worst of both worlds. :-) Cheers, Greg _______________________________________________ Haskell-Cafe mailing list Haskell-Cafe@haskell.org http://www.haskell.org/mailman/listinfo/haskell-cafe