
11 Dec
2009
11 Dec
'09
9:35 a.m.
2009/12/11 Hong Yang
_______________________________________________ Beginners mailing list Beginners@haskell.org http://www.haskell.org/mailman/listinfo/beginners
I don't know, but wouldn't it be nice if there was some package dealing with "cultures"? Something along the lines of: data Culture = Culture { country :: Country, language :: Language, isHoliday :: (Day -> Bool), firstDayOfWeek :: Day, ... } -- Deniz Dogan