Five weekends: Difference between revisions

→‎Haskell – Using Data.Time: Adjusted a couple of names for easier reading
(→‎{{header|Haskell}}: Added an example using the standard Data.Time libraries)
(→‎Haskell – Using Data.Time: Adjusted a couple of names for easier reading)
Line 3,000:
let (_, _, day) = toWeekDate d
in day == 5
 
 
-- TEST -----------------------------------------------------------------------
Line 3,010:
concat $
zipWith
(\amonths byear ->
[ byear
| null amonths ])
xs
years
9,659

edits