Commit Graph

1 Commits

Author SHA1 Message Date
Julien Fischer
3b29bd6ff4 Branches: main
Add predicates to the standard library's calendar module for folding over a
range of dates.

library/calendar.m:
   Add the new predicates: foldl_days/5, foldl2_days/7 and
   foldl3_days/9.

NEWS:
    Announce the addition.

tests/hard_coded/Mmakefile:
tests/hard_coded/fold_days.{m,exp}:
    Test the new predicates.
2013-01-29 12:50:24 +11:00