File: TODO.txt

package info (click to toggle)
haskell-ranged-sets 0.3.0-2
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 140 kB
  • sloc: haskell: 756; makefile: 14
file content (13 lines) | stat: -rw-r--r-- 466 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
Things to do:
  
* Test with yhc.

* Define ranges of times and dates.  The set of all Mondays, for instance,
  or the set of all second weeks in the month.  Any such functions would
  have to take a start date because the only alternative is to start
  with the epoch, and that would not be efficient.  The existing date-time
  functions look a bit clunky for this job, but the proposals of
  Ashley Yakeley at http://semantic.org/TimeLib/ look more suitable.