In article <[EMAIL PROTECTED]>, Taral <[EMAIL PROTECTED]> wrote:
> On 3/19/06, Ashley Yakeley <[EMAIL PROTECTED]> > wrote: > > 1. Adding my Data.Fixed module to the base package. > > <http://semantic.org/TimeLib/doc/html/Data-Fixed.html> > > <http://darcs.haskell.org/packages/time/fixed/Data/Fixed.hs> > > When would you used a (Fixed a) without (HasResolution a)? Never as far as I can imagine. The 'a' parameter will be taken by a phantom type. <http://haskell.org/haskellwiki/Phantom_type> The two I have, E6 and E12, represent 10^6 and 10^12, but you could use some other number, such as a power of 2. -- Ashley Yakeley, Seattle WA WWED? http://www.cs.utexas.edu/users/EWD/ _______________________________________________ Haskell-prime mailing list Haskell-prime@haskell.org http://haskell.org/mailman/listinfo/haskell-prime