|
Subject: Ranged Sets version 0.0.3 Newsgroups: gmane.comp.lang.haskell.general Date: 2006-11-22 23:08:44 GMT (1 year, 51 weeks, 6 days, 23 hours and 48 minutes ago) The Ranged Sets library version 0.0.3 is now available, after a long hiatus. The CVS version on Sourceforge is now no longer used. Instead you can find a Darcs repository at http://ranged-sets.sourceforge.net/Ranged/ From the Changes.txt file: Version 0.0.3 ------------- Removed support for infinite sets. They sometimes still work, but generally are more trouble than they are worth. There is no simple set of rules for client applications to guarantee termination. Replaced the "deriving" clause for the Range type with instance declarations. Empty ranges created with different bounds will now test as equal. All empty ranges now compare as less than all non-empty ranges. "show" returns a string such as "3.5 < x <= 4.6", or "x < 23". Removed "maybeRange". Changed "rangeIntersection" to return a "Range" instead of a "Maybe Range". If the intersection is empty then it returns an empty range instead of Nothing. Renamed "rangeEmpty" to "rangeIsEmpty" for consistency with "rSetIsEmpty" Added "emptyRange" and "fullRange" |
|
|