[Haskell-beginners] print all days of calendar

Daniel Fischer daniel.is.fischer at web.de
Mon Dec 21 05:53:02 EST 2009


Am Montag 21 Dezember 2009 11:38:14 schrieb kane96 at gmx.de:
> Which function can I use to trim the calendar of a month from the calendar
> of the whole year, because I have to implement a function: getMonth ::
> Month -> Calendar -> Calendar

look at filter or span and break, takeWhile/dropWhile


More information about the Beginners mailing list